class Spree::PermissionSets::PromotionManagement

Public Instance Methods

activate!() click to toggle source
# File lib/spree/permission_sets/promotion_management.rb, line 6
def activate!
  can :manage, Spree::Promotion
  can :manage, Spree::PromotionRule
  can :manage, Spree::PromotionAction
  can :manage, Spree::PromotionCategory
  can :manage, Spree::PromotionCode
end