fix addorder UI
This commit is contained in:
@@ -12,7 +12,7 @@ class BaseFoodcourtController < ActionController::Base
|
||||
rescue_from CanCan::AccessDenied do |exception|
|
||||
flash[:warning] = exception.message
|
||||
# redirect_to origami_root_path
|
||||
redirect_to origami_dashboard_path
|
||||
redirect_to foodcourt_food_court_path
|
||||
end
|
||||
|
||||
def check_user
|
||||
|
||||
Reference in New Issue
Block a user