Skip to content

Commit

Permalink
Require ActiveSupport's string/inflections
Browse files Browse the repository at this point in the history
  • Loading branch information
nate00 committed Jan 31, 2016
1 parent f5ec8ed commit f54bd69
Showing 1 changed file with 1 addition and 0 deletions.
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 f54bd69

Please sign in to comment.