Skip to content

Commit

Permalink
fixed typo for a methodname
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTriple committed Jun 11, 2011
1 parent 70cafa2 commit 04c31e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/railtie.rb
Expand Up @@ -84,7 +84,7 @@ module Rails
# == Loading rake tasks and generators # == Loading rake tasks and generators
# #
# If your railtie has rake tasks, you can tell Rails to load them through the method # If your railtie has rake tasks, you can tell Rails to load them through the method
# rake tasks: # rake_tasks:
# #
# class MyRailtie < Rails::Railtie # class MyRailtie < Rails::Railtie
# rake_tasks do # rake_tasks do
Expand Down

0 comments on commit 04c31e2

Please sign in to comment.