Implement waiter ordering and improvements
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class Employee
|
||||
include SimplyStored::Couch
|
||||
|
||||
devise :database_authenticatable, :recoverable, :rememberable, :trackable #, :omniauthable, :omniauth_providers => [:facebook] #, :token_authenticatable , :registerable
|
||||
|
||||
belongs_to :supplier
|
||||
has_many :orders
|
||||
has_and_belongs_to_many :lists, storing_keys: false
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user