class ActiveAdmin::AuthorizationAdapter

def authorized?(action, subject = nil)

Returns:
  • (Boolean) -

Parameters:
  • subject (any) -- The subject the action is being performed on usually this
  • action (Symbol) -- The name of the action to perform. Usually this will be
def authorized?(action, subject = nil)
  true
end