Class: GrapeSwaggerUi::ApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/grape_swagger_ui/application_controller.rb

Direct Known Subclasses

ApiDocController

Instance Method Summary collapse

Instance Method Details

#require_authorization?Boolean

Returns:

  • (Boolean)


6
7
8
# File 'app/controllers/grape_swagger_ui/application_controller.rb', line 6

def require_authorization?
  GrapeSwaggerUi.authenticate_method.is_a? Symbol
end