lib/steppy/instance_methods.rb in steppy-1.0.5 vs lib/steppy/instance_methods.rb in steppy-1.0.6

- old
+ new

@@ -140,12 +140,12 @@ instance_exec(steppy_attributes, &block) else steppy_run_method(method, steppy_attributes) end - step_run_callbacks(:after, method, args, result) - steppy_set(args[:set], result) + + step_run_callbacks(:after, method, args, result) result end def step_run_callbacks(type, method, args, result = nil)