thbar (owner)

Revisions

gist: 226102 Download_button fork
public
Public Clone URL: git://gist.github.com/226102.git
Embed All Files: show embed
rails-env-inside-activewarehouse-etl.rb #
1
2
3
4
5
# 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