Class: Pushkin::Api::V1::TokensController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Pushkin::Api::V1::TokensController
- Includes:
- Concerns::TokensHelper
- Defined in:
- lib/generators/pushkin/templates/tokens_controller.rb
Instance Method Summary collapse
Instance Method Details
#current_pushkin_user ⇒ Object
11 12 13 14 |
# File 'lib/generators/pushkin/templates/tokens_controller.rb', line 11 def current_pushkin_user # Возвратить ссылку на авторизованного пользователя #current_user end |