diff options
author | thoefer <mail@tomhoefer.de> | 2011-06-11 23:56:29 +0200 |
---|---|---|
committer | thoefer <mail@tomhoefer.de> | 2011-06-11 23:56:29 +0200 |
commit | 04c31e2a108d08bc142485488d06ac4a716fca7a (patch) | |
tree | 657e7eede2233d7744f13a37e5e43e3847d6d799 /railties | |
parent | 70cafa2bff345fe50837ad9879e01258a27b89b7 (diff) | |
download | rails-04c31e2a108d08bc142485488d06ac4a716fca7a.tar.gz rails-04c31e2a108d08bc142485488d06ac4a716fca7a.tar.bz2 rails-04c31e2a108d08bc142485488d06ac4a716fca7a.zip |
fixed typo for a methodname
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/railtie.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/railtie.rb b/railties/lib/rails/railtie.rb index 5f50943626..f96dd6b9eb 100644 --- a/railties/lib/rails/railtie.rb +++ b/railties/lib/rails/railtie.rb @@ -84,7 +84,7 @@ module Rails # == Loading rake tasks and generators # # If your railtie has rake tasks, you can tell Rails to load them through the method - # rake tasks: + # rake_tasks: # # class MyRailtie < Rails::Railtie # rake_tasks do |