Sha256: 72a21ff9b8ff96f971cc4834330c022b78c426d3ae8ef64fa57ef1a72e2e9f5e
Contents?: true
Size: 209 Bytes
Versions: 114
Compression:
Stored size: 209 Bytes
Contents
# frozen_string_literal: true module Spree module PermissionSets class DashboardDisplay < PermissionSets::Base def activate! can [:admin, :home], :dashboards end end end end
Version data entries
114 entries across 114 versions & 2 rubygems