lib/arrest.rb in arrest-0.0.15 vs lib/arrest.rb in arrest-0.0.16

- old
+ new

@@ -3,20 +3,23 @@ require "arrest/version" require 'arrest/helper/logger' require "arrest/attributes/belongs_to" require "arrest/attributes/has_attributes" +require "arrest/attributes/attribute" +require "arrest/attributes/nested_attribute" +require "arrest/attributes/polymorphic_attribute" require "arrest/attributes/converter" require "arrest/handler" require "arrest/source" require "arrest/helper/filter" require "arrest/helper/child_collection" require "arrest/helper/has_many_collection" require "arrest/exceptions" require "arrest/http_source" require "arrest/mem_source" require "arrest/source" -require "arrest/nested_resource" require "arrest/abstract_resource" +require "arrest/nested_resource" require "arrest/root_resource" require "arrest/rest_child"