aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2015-03-22 07:30:10 +0100
committerArun Agrawal <arunagw@gmail.com>2015-03-22 07:30:10 +0100
commitfdf55619652fc5200d000241c545323c46bd6b79 (patch)
tree8a857b2e144d694f12a6da16f1160f9e64dfd501
parent0aefa97689d001ca9a98db76bbad1bbbb0e51c9c (diff)
parentd16fa517e166d6dc0553d5b4fcc2c9cb1d89eb31 (diff)
downloadrails-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.md2
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