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

Fix typo in belongs_to_required_by_default config's CHANGELOG entry [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2015-03-22 11:48:18 +05:30
parent 0aefa97689
commit d16fa517e1

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