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:
parent
7d04a4be6b
commit
db0530e4ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue