Skip to content

Commit 77f3650

Browse files
committed
fix admin bug
1 parent b4084b4 commit 77f3650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/admin/base_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Admin
2-
class BaseController < ApplicationController
2+
class BaseController < ActionController::Base
33
include JwtAuthenticatable
44
include Pagy::Backend
55

0 commit comments

Comments
 (0)