remove conflict data in ability.rb
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user