Merge branch 'split_bill' of bitbucket.org:code2lab/sxrestaurant into quick_service

This commit is contained in:
Aung Myo
2018-02-23 11:13:30 +06:30
21 changed files with 306 additions and 132 deletions

View File

@@ -191,6 +191,9 @@ class Ability
elsif user.role == "waiter"
can :index, :home
can :show, :home
#ability for split_bill
can :index, :split_bill
can :create, :split_bill
end
end
end