class SkinnyControllers::Policy::AllowAll

Public Instance Methods

default?() click to toggle source
# File lib/skinny_controllers/policy/allow_all.rb, line 5
def default?
  true
end
read?() click to toggle source
# File lib/skinny_controllers/policy/allow_all.rb, line 9
def read?
  true
end
read_all?() click to toggle source
# File lib/skinny_controllers/policy/allow_all.rb, line 13
def read_all?
  true
end