lib/arrest.rb in arrest-0.0.67 vs lib/arrest.rb in arrest-0.0.68

- old
+ new

@@ -7,21 +7,20 @@ require "arrest/attributes/has_attributes" require "arrest/attributes/attribute" require "arrest/attributes/nested_attribute" require "arrest/attributes/nested_collection" require "arrest/attributes/belongs_to_attribute" -require "arrest/attributes/has_many_attribute" -require "arrest/attributes/has_many_sub_resource_attribute" require "arrest/attributes/polymorphic_attribute" require "arrest/attributes/converter" require "arrest/class_utils.rb" require "arrest/string_utils.rb" require "arrest/handler" require "arrest/source" require "arrest/helper/filter" require "arrest/helper/child_collection" require "arrest/helper/ordered_collection" require "arrest/helper/has_many_collection" +require "arrest/helper/ids_collection" require "arrest/helper/has_many" require "arrest/helper/has_view" require "arrest/exceptions" require "arrest/http_source" require "arrest/mem_source"