jsice

Results 2 comments of jsice

I tried adding validatation on nested attributes but it gave me the error "NoMethodError (undefined method `type_for_attribute' for ...)" ``` class Form include StoreModel::Model attribute :id, :integer attribute :for, :string...