Sha256: 38079ee6d8c0af277760ecfbc2bbd9a836a4c1efbe60dad3331bd62cd2e82fd9
Contents?: true
Size: 389 Bytes
Versions: 39
Compression:
Stored size: 389 Bytes
Contents
module Abilities class ThecoreUiRailsAdmin include CanCan::Ability def initialize user # No one is allowed to add or destroy settings # just list or edit existing cannot :create, ThecoreSettings::Setting cannot :destroy, ThecoreSettings::Setting cannot :show, ThecoreSettings::Setting end end end
Version data entries
39 entries across 39 versions & 1 rubygems