class MnAuthorizers::NotificationSettingAuthorizer
Public Class Methods
creatable?()
click to toggle source
# File lib/mn_authorizers/notification_setting_authorizer.rb, line 3 def self.creatable? true end
deletable?()
click to toggle source
# File lib/mn_authorizers/notification_setting_authorizer.rb, line 21 def self.deletable? true end
readable?()
click to toggle source
# File lib/mn_authorizers/notification_setting_authorizer.rb, line 15 def self.readable? true end
updatable?()
click to toggle source
# File lib/mn_authorizers/notification_setting_authorizer.rb, line 9 def self.updatable? true end
Public Instance Methods
creatable?()
click to toggle source
# File lib/mn_authorizers/notification_setting_authorizer.rb, line 6 def creatable? true end
deletable?()
click to toggle source
# File lib/mn_authorizers/notification_setting_authorizer.rb, line 24 def deletable? true end
readable?()
click to toggle source
# File lib/mn_authorizers/notification_setting_authorizer.rb, line 18 def readable? true end
updatable?()
click to toggle source
# File lib/mn_authorizers/notification_setting_authorizer.rb, line 12 def updatable? true end