0
0
Fork 0

Improving feed queries, switching API to doorkeeper authentication

This commit is contained in:
Eugen Rochko 2016-03-11 16:47:36 +01:00
parent b919f39b31
commit 447cfef62d
12 changed files with 50 additions and 11 deletions

View file

@ -1,6 +1,6 @@
class Api::AccountsController < ApiController
before_action :set_account
before_action :authenticate_user!
before_action :doorkeeper_authorize!
respond_to :json
def show