Class: ApiGuard::ApplicationController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- ApiGuard::ApplicationController
- Defined in:
- app/controllers/api_guard/application_controller.rb
Direct Known Subclasses
AuthenticationController, PasswordsController, RegistrationController, TokensController
Instance Method Summary collapse
Instance Method Details
#authenticate_resource ⇒ Object
7 8 9 |
# File 'app/controllers/api_guard/application_controller.rb', line 7 def authenticate_resource public_send("authenticate_and_set_#{resource_name}") end |