Revert "Reworking flash messages hooray"

This reverts commit c9d0091cd9.
This commit is contained in:
Rohan Mitchell
2014-06-06 16:59:47 +10:00
parent c9d0091cd9
commit be644bdcc3
14 changed files with 26 additions and 36 deletions

View File

@@ -37,7 +37,7 @@ class ApplicationController < ActionController::Base
session[:expired_order_cycle_id] = current_order_cycle.id
current_order.empty!
current_order.set_order_cycle! nil
flash[:info] = "The order cycle you've selected has just closed. Please try again!"
flash[:notice] = "The order cycle you've selected has just closed. Please try again!"
redirect_to root_url
end
end