update ablity for waiter

This commit is contained in:
Aung Myo
2018-01-23 13:12:42 +06:30
parent 127d61fbae
commit 65292af9cb

View File

@@ -183,7 +183,9 @@ class Ability
can :index, :home
can :show, :home
elsif user.role == "waiter"
can :index, :home
can :show, :home
end
end
end