delete shop scope in model
This commit is contained in:
@@ -11,7 +11,7 @@ class Origami::HomeController < BaseOrigamiController
|
||||
|
||||
|
||||
@customers = Customer.pluck("customer_id, name")
|
||||
@occupied_table = DiningFacility.where("status='occupied'").shop.count
|
||||
@occupied_table = DiningFacility.where("status='occupied'").count
|
||||
@shift = ShiftSale.current_open_shift(current_user)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user