Class: Blazer::Api::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Blazer::Api::ApplicationController
- Includes:
- ActionController::HttpAuthentication::Token::ControllerMethods
- Defined in:
- app/controllers/blazer/api/application_controller.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#authenticate ⇒ Object
11 12 13 14 15 |
# File 'app/controllers/blazer/api/application_controller.rb', line 11 def authenticate authenticate_with_http_token do |token, | authentication.call(token, ) end || end |