Skip to content

Commit

Permalink
Merge pull request #1488 from nate00/require-active-support-string-in…
Browse files Browse the repository at this point in the history
…flections

[FIX] Require ActiveSupport's string inflections
  • Loading branch information
bf4 committed Jan 31, 2016
2 parents f5ec8ed + 3c1fe0f commit 0edf488
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions lib/active_model_serializers.rb
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0edf488

Please sign in to comment.