We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ec8ed commit 3c1fe0fCopy full SHA for 3c1fe0f
CHANGELOG.md
@@ -3,6 +3,7 @@
3
Breaking changes:
4
Features:
5
Fixes:
6
+- [#1488](https://github.com/rails-api/active_model_serializers/pull/1488) Require ActiveSupport's string inflections (@nate00)
7
Misc:
8
9
### v0.10.0.rc4 (2016/01/27 11:00 +00:00)
lib/active_model_serializers.rb
@@ -1,6 +1,7 @@
1
require 'active_model'
2
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
0 commit comments