We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2696009 commit 16a9429Copy full SHA for 16a9429
1 file changed
app/controllers/api/base_controller.rb
@@ -1,5 +1,5 @@
1
module Api
2
- class BaseController < ActionController::Base
+ class BaseController < ApplicationController
3
before_action :set_json_headers
4
5
rescue_from StandardError do |e|
0 commit comments