still dev dis

This commit is contained in:
Yan
2017-06-27 18:32:58 +06:30
parent 950fff469f
commit 58a8cdec6e
5 changed files with 118 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ class Ability
can :index, :discount
can :create, :discount
can :remove_discount_items, :discount
can :remove_all_discount, :discount
can :show, :payment
can :create, :payment
@@ -63,6 +65,8 @@ class Ability
can :index, :discount
can :create, :discount
can :remove_discount_items, :discount
can :remove_all_discount, :discount
can :show, :payment
can :create, :payment