Skip to content

Commit 16a9429

Browse files
committed
fix: solve inherit cache miss issue
1 parent 2696009 commit 16a9429

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/api/base_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Api
2-
class BaseController < ActionController::Base
2+
class BaseController < ApplicationController
33
before_action :set_json_headers
44

55
rescue_from StandardError do |e|

0 commit comments

Comments
 (0)