Class: My::TokensController
- Inherits:
-
ProfileController
- Object
- ProfileController
- My::TokensController
- Includes:
- ToggleableEntity
- Defined in:
- app/controllers/my/tokens_controller.rb
Instance Method Summary collapse
-
#index ⇒ Object
get /my.
Methods included from ToggleableEntity
Instance Method Details
#index ⇒ Object
get /my
7 8 9 |
# File 'app/controllers/my/tokens_controller.rb', line 7 def index @collection = Token.page_for_owner(current_user, current_page) end |