employee login and authentication with session
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
class DiningFacility < ApplicationRecord
|
||||
belongs_to :zone
|
||||
|
||||
scope :active, -> {where(is_active: true)}
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user