fixed menu load
This commit is contained in:
@@ -204,7 +204,7 @@ class HomeController < ApplicationController
|
||||
shift = ShiftSale.current_open_shift(employee)
|
||||
if food_court
|
||||
if !shift.nil?
|
||||
redirect_to foodcourt_food_court_path
|
||||
redirect_to foodcourt_food_court_path(:anchor => "")
|
||||
else
|
||||
redirect_to new_foodcourt_shift_path
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user