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

Merge pull request #19451 from prathamesh-sonpatki/fix-typo-railties-changelog

Fix typo in belongs_to_required_by_default config's CHANGELOG entry [ci...
This commit is contained in:
Arun Agrawal 2015-03-22 07:30:10 +01:00
commit fdf5561965

View file

@ -24,7 +24,7 @@
Newly generated Rails apps have a new initializer called
`active_record_belongs_to_required_by_default.rb` which sets the value of
the configuration option `config.active_record.belongs_to_requred_by_default`
the configuration option `config.active_record.belongs_to_required_by_default`
to `true` when ActiveRecord is not skipped.
As a result, new Rails apps require `belongs_to` association on model