Sha256: 344a653bef8f3c731c2db8f73c9d4f82da7b288130dd11b45cdd6e77d2fb85e8
Contents?: true
Size: 425 Bytes
Versions: 66
Compression:
Stored size: 425 Bytes
Contents
# frozen_string_literal: true module Spree module PermissionSets class PromotionDisplay < PermissionSets::Base def activate! can [:read, :admin, :edit], Spree::Promotion can [:read, :admin], Spree::PromotionRule can [:read, :admin], Spree::PromotionAction can [:read, :admin], Spree::PromotionCategory can [:read, :admin], Spree::PromotionCode end end end end
Version data entries
66 entries across 66 versions & 1 rubygems