Class: My::TokensController

Inherits:
ProfileController
  • Object
show all
Includes:
ToggleableEntity
Defined in:
app/controllers/my/tokens_controller.rb

Instance Method Summary collapse

Methods included from ToggleableEntity

#toggle

Instance Method Details

#indexObject

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