Created
November 4, 2009 14:55
-
-
Save thbar/226102 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# load the Rails configuration (to use migrations, kcode, various extensions) | |
# to be called from .ebf or .ctl file | |
require File.dirname(__FILE__) + '/../../config/environment' | |
# then later on, you can reference your model classes in the etl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment