lib/arrest.rb in arrest-0.0.16 vs lib/arrest.rb in arrest-0.0.17
- old
+ new
@@ -6,10 +6,14 @@
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/belongs_to_attribute"
+require "arrest/attributes/has_many_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/has_many_collection"