aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2015-03-22 11:48:18 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2015-03-22 11:48:18 +0530
commitd16fa517e166d6dc0553d5b4fcc2c9cb1d89eb31 (patch)
tree8a857b2e144d694f12a6da16f1160f9e64dfd501 /railties/CHANGELOG.md
parent0aefa97689d001ca9a98db76bbad1bbbb0e51c9c (diff)
downloadrails-d16fa517e166d6dc0553d5b4fcc2c9cb1d89eb31.tar.gz
rails-d16fa517e166d6dc0553d5b4fcc2c9cb1d89eb31.tar.bz2
rails-d16fa517e166d6dc0553d5b4fcc2c9cb1d89eb31.zip
Fix typo in belongs_to_required_by_default config's CHANGELOG entry [ci skip]
Diffstat (limited to 'railties/CHANGELOG.md')
-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