1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fixed typo in Rails::Generators::Base [#5051 state:resolved]

This commit is contained in:
Mark Hayes 2010-07-05 19:28:58 -07:00 committed by rohit
parent 7d04a4be6b
commit db0530e4ba

View file

@ -267,7 +267,7 @@ module Rails
ActiveSupport::Deprecation.warn "freeze! is deprecated since your rails app now comes bundled with Rails by default, please check your Gemfile"
end
# Make an entry in Rails routing file conifg/routes.rb
# Make an entry in Rails routing file config/routes.rb
#
# === Example
#