Change base class for API controller [SCI-1966]

This commit is contained in:
Oleksii Kriuchykhin 2018-01-26 13:34:38 +01:00
parent e041426a09
commit 7c14800570

View file

@ -1,5 +1,5 @@
module Api
class ApiController < ActionController::Base
class ApiController < ActionController::API
attr_reader :iss
attr_reader :token
attr_reader :current_user