registration API
This commit is contained in:
parent
210362e665
commit
7e14eefc81
27 changed files with 216 additions and 136 deletions
|
@ -7,7 +7,7 @@ class HomeController < ApplicationController
|
|||
@mentions = Feed.new(:mentions, current_user.account).get(20)
|
||||
@token = find_or_create_access_token.token
|
||||
end
|
||||
|
||||
|
||||
private
|
||||
|
||||
def find_or_create_access_token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue