mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-13 00:24:42 +08:00
Change base class for API controller [SCI-1966]
This commit is contained in:
parent
e041426a09
commit
7c14800570
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
module Api
|
||||
class ApiController < ActionController::Base
|
||||
class ApiController < ActionController::API
|
||||
attr_reader :iss
|
||||
attr_reader :token
|
||||
attr_reader :current_user
|
||||
|
|
Loading…
Add table
Reference in a new issue