lib/rest_model.rb in rest_model-0.1.4 vs lib/rest_model.rb in rest_model-0.1.5

- old
+ new

@@ -7,9 +7,10 @@ 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/translation" require "rest_model/source/retriever" require "rest_model/source/sender" require "rest_model/response" require "rest_model/serialization/boolean" require "rest_model/serialization/date"