Skip to content

Commit

Permalink
update script/rails to the 3.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Feb 22, 2012
1 parent f67c56a commit b8aa165
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions script/rails
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/usr/bin/env ruby
#!/usr/bin/env ruby
# 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('../../spec/dummy/script/rails', __FILE__)
ENGINE_ROOT = File.expand_path('../..', __FILE__)
ENGINE_PATH = File.expand_path('../../lib/forem/engine', __FILE__)

require 'rails/all'
require 'rails/engine/commands'

0 comments on commit b8aa165

Please sign in to comment.