diff options
author | Arun Agrawal <arunagw@gmail.com> | 2015-03-22 07:30:10 +0100 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2015-03-22 07:30:10 +0100 |
commit | fdf55619652fc5200d000241c545323c46bd6b79 (patch) | |
tree | 8a857b2e144d694f12a6da16f1160f9e64dfd501 | |
parent | 0aefa97689d001ca9a98db76bbad1bbbb0e51c9c (diff) | |
parent | d16fa517e166d6dc0553d5b4fcc2c9cb1d89eb31 (diff) | |
download | rails-fdf55619652fc5200d000241c545323c46bd6b79.tar.gz rails-fdf55619652fc5200d000241c545323c46bd6b79.tar.bz2 rails-fdf55619652fc5200d000241c545323c46bd6b79.zip |
Merge pull request #19451 from prathamesh-sonpatki/fix-typo-railties-changelog
Fix typo in belongs_to_required_by_default config's CHANGELOG entry [ci...
-rw-r--r-- | railties/CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md index 595a50dbdc..0e9ef966ea 100644 --- a/railties/CHANGELOG.md +++ b/railties/CHANGELOG.md @@ -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 |