diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd7e5fc..721f42ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ Breaking changes: Features: Fixes: +- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00) Misc: ### v0.10.0.rc4 (2016/01/27 11:00 +00:00) diff --git a/lib/active_model_serializers.rb b/lib/active_model_serializers.rb index d92823b5..47e14208 100644 --- a/lib/active_model_serializers.rb +++ b/lib/active_model_serializers.rb @@ -1,6 +1,7 @@ require 'active_model' require 'active_support' require 'active_support/core_ext/object/with_options' +require 'active_support/core_ext/string/inflections' module ActiveModelSerializers extend ActiveSupport::Autoload autoload :Model