lib/reform/form/call.rb in reform-2.3.0.rc1 vs lib/reform/form/call.rb in reform-2.3.0.rc2

- old
+ new

@@ -15,9 +15,9 @@ def success? @success end def failure? - ! @success + !@success end end end