lib/rest_model.rb in rest_model-0.1.0 vs lib/rest_model.rb in rest_model-0.1.1
- old
+ new
@@ -2,9 +2,10 @@
require "active_support/inflector"
require "active_support/concern"
require "active_support/core_ext/class/attribute_accessors"
require "active_support/core_ext/object/try"
require "active_support/core_ext/array/wrap"
+require "active_support/core_ext/array/access"
require "active_support/core_ext/hash/slice"
require "active_support/core_ext/hash/indifferent_access"
require "rest_model/source/path"
require "rest_model/source/retriever"