diff --git a/app/models/ability.rb b/app/models/ability.rb index 8877fc61..a72a47d2 100755 --- a/app/models/ability.rb +++ b/app/models/ability.rb @@ -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