From d16fa517e166d6dc0553d5b4fcc2c9cb1d89eb31 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sun, 22 Mar 2015 11:48:18 +0530 Subject: Fix typo in belongs_to_required_by_default config's CHANGELOG entry [ci skip] --- railties/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/CHANGELOG.md') 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 -- cgit v1.2.3