lib/arrest.rb in arrest-0.0.78 vs lib/arrest.rb in arrest-0.0.79
- old
+ new
@@ -21,18 +21,16 @@
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/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/abstract_resource"
require "arrest/nested_resource"
require "arrest/root_resource"
require "arrest/single_resource"
-require "arrest/rest_child"