aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/plugin_new/templates/script/rails.tt
blob: 65d82abf6d57f81b306c8dbff44312194e20ff07 (plain) (blame)
1
2
3
4
# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.

ENGINE_PATH = File.expand_path('../..',  __FILE__)
load File.expand_path('../../<%= dummy_path %>/script/rails',  __FILE__)