remove conflict data in ability.rb

This commit is contained in:
phyusin
2018-02-09 14:06:16 +06:30
65 changed files with 415 additions and 57 deletions

View File

@@ -102,7 +102,9 @@ class Ability
can :menage, Booking
can :manage, OrderQueueStation
can :read, Sale
can :update, Sale
can :update, Sale
can :manage, Customer
can :get_customer, Customer
can :add_customer, Customer
can :update_sale_by_customer, Customer
@@ -126,8 +128,6 @@ class Ability
can :move_dining, :moveroom
can :manage, DiningQueue
can :manage, Commission
can :manage, Commissioner
can :manage, Promotion