lib/granite/form/model/associations/base.rb in granite-form-0.2.0 vs lib/granite/form/model/associations/base.rb in granite-form-0.3.0

- old
+ new

@@ -39,13 +39,9 @@ def reload reset target end - def apply_changes! - apply_changes or raise Granite::Form::AssociationChangesNotApplied - end - def callback(name, object) evaluator = reflection.options[name] return true unless evaluator if evaluator.is_a?(Proc)