lib/avo/base_action.rb in avo-3.0.0.pre6 vs lib/avo/base_action.rb in avo-3.0.0.pre7

- old
+ new

@@ -156,15 +156,9 @@ add_message text, :success self end - def fail(text) - Rails.logger.warn "DEPRECATION WARNING: Action fail method is deprecated in favor of error method and will be removed from Avo version 3.0.0" - - error text - end - def error(text) add_message text, :error self end