Skip to content

Commit

Permalink
Require rails_version instead of version
Browse files Browse the repository at this point in the history
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2519 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
jamis committed Oct 10, 2005
1 parent d40d3e0 commit 08a010e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/bin/rails
Expand Up @@ -11,7 +11,7 @@ end

Signal.trap("INT") { puts; exit }

require File.dirname(__FILE__) + '/../lib/version'
require File.dirname(__FILE__) + '/../lib/rails_version'
abort "Rails #{Rails::Version::STRING}" if %w(--version -v).include? ARGV.first

require File.dirname(__FILE__) + '/../lib/rails_generator'
Expand Down

0 comments on commit 08a010e

Please sign in to comment.