lib/arrest.rb in arrest-0.0.85 vs lib/arrest.rb in arrest-0.0.86

- old
+ new

@@ -13,15 +13,15 @@ require "arrest/transport/scoped_root" require "arrest/transport/resource_proxy" require "arrest/attributes/belongs_to" require "arrest/attributes/has_attributes" +require "arrest/attributes/converter" require "arrest/attributes/attribute" require "arrest/attributes/nested_attribute" require "arrest/attributes/nested_collection" require "arrest/attributes/belongs_to_attribute" require "arrest/attributes/polymorphic_attribute" -require "arrest/attributes/converter" require "arrest/handler" require "arrest/helper/filter" require "arrest/helper/ordered_collection" require "arrest/helper/has_many_collection" require "arrest/helper/ids_collection"