Sha256: 1f613ebbd591d4c691582d213b2011d5994729243b24b37435b1c4a7da21531b
Contents?: true
Size: 323 Bytes
Versions: 8
Compression:
Stored size: 323 Bytes
Contents
# frozen_string_literal: true module SolidusPrototypes module Spree module PermissionSets module ProductManagementDecorator def activate! can :manage, ::Spree::Prototype super end ::Spree::PermissionSets::ProductManagement.prepend self end end end end
Version data entries
8 entries across 8 versions & 1 rubygems