From 1ad0d1ed4e4955ae3069f363a686d98476a31bff Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Sun, 19 May 2013 21:14:37 +0530 Subject: Revert "Changed the CHANGELOG for active_support and improved the doc for inflector method classify" This reverts commit 8d5fcb691e7496900f1c77dff8d6e729c1b56201. Reason: Changelogs are not to be edited in docrails. [ci skip] --- activesupport/CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index df584eb643..7c666a9b83 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -23,12 +23,4 @@ *Daniel Schierbeck* -* Earlier in the Rails 3.2.x series, the some of the singular names were not handled correctly - such as for "business", "address" the classify function would return "busines" and "addres" respectively.. but now this has been resolved and corrected in Rails 4 - - # 'business'.classify # => "Business" - # 'address'.classify # => "Address" - - *Aditya Kapoor* - Please check [4-0-stable](https://github.com/rails/rails/blob/4-0-stable/activesupport/CHANGELOG.md) for previous changes. -- cgit v1.2.3