Sha256: ef5b1dd72cdb03bbac21238226e3c0e8530dd64e014a4f32475c6e97f6f7ec1b
Contents?: true
Size: 218 Bytes
Versions: 16
Compression:
Stored size: 218 Bytes
Contents
# frozen_string_literal: true module Spree module PermissionSets class ReportDisplay < PermissionSets::Base def activate! can [:display, :admin, :sales_total], :reports end end end end
Version data entries
16 entries across 16 versions & 2 rubygems