Replace usages of Spree::BaseController with ApplicationController

This commit is contained in:
Luis Ramos
2020-11-01 11:11:28 +00:00
parent 7a22367b4a
commit 4060e7debf
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
module Spree
module Admin
class BaseController < Spree::BaseController
class BaseController < ApplicationController
ssl_required
helper 'spree/admin/navigation'