lib/arrest/attributes/has_many_attribute.rb in arrest-0.0.25 vs lib/arrest/attributes/has_many_attribute.rb in arrest-0.0.27
- old
+ new
@@ -1,5 +1,6 @@
module Arrest
+
class HasManyAttribute < Attribute
attr_reader :method_name, :clazz_name, :url_part, :foreign_key
def initialize(ids_field_name,
method_name,
clazz_name,
\ No newline at end of file