Method: Subroutine::Auth::ClassMethods#authorization_declared?

Defined in:
lib/subroutine/auth.rb

#authorization_declared?Boolean

Returns:

  • (Boolean)


27
28
29
# File 'lib/subroutine/auth.rb', line 27

def authorization_declared?
  authorization_checks.any?
end