Sha256: 5d316085761e87c8743fb4b5ad5f26ba6da58e5622768382c5b337f38c2f1bd3
Contents?: true
Size: 245 Bytes
Versions: 1
Compression:
Stored size: 245 Bytes
Contents
module Spree module PermissionSets class UserManagement < PermissionSets::Base def activate! can :manage, Spree.user_class can :manage, Spree::StoreCredit can :display, Spree::Role end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
solidus_core-1.0.0.pre2 | app/models/spree/permission_sets/user_management.rb |