module RapidApi::Auth::Concerns::AuthenticatedController::ClassMethods

Public Instance Methods

authorize(&block) click to toggle source
# File lib/rapid_api/auth/concerns/authenticated_controller.rb, line 34
def authorize(&block)
  define_method :_authorize, &block
end