We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e750482 + 0803760 commit a5422d0Copy full SHA for a5422d0
app/controllers/lcms/engine/admin/admin_controller.rb
@@ -4,6 +4,8 @@ module Lcms
4
module Engine
5
module Admin
6
class AdminController < Lcms::Engine::ApplicationController
7
+ include Lcms::Engine::PathHelper
8
+
9
CONFIG_PATH ||= Rails.root.join('config', 'lcms-admin.yml')
10
11
DEFAULTS ||= {
0 commit comments