Skip to content

Commit

Permalink
Including correct script/rails to enable generators for Rails 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Ivanov committed Mar 15, 2012
1 parent 780f320 commit a87988d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions script/rails
@@ -0,0 +1,5 @@
#!/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__)

0 comments on commit a87988d

Please sign in to comment.