lib/wicked/action.rb in wicked-focused-0.2.0 vs lib/wicked/action.rb in wicked-focused-0.2.1

- old
+ new

@@ -22,9 +22,10 @@ module ClassMethods def wizard &block define_method :run do wizard_redirect and return if super() + skip_step if skip_step? instance_eval &block end end end \ No newline at end of file