Skip to content

Commit a5422d0

Browse files
authored
Merge pull request #199 from learningtapestry/fix-undefined-path
Fix "undefined method `dynamic_path'"
2 parents e750482 + 0803760 commit a5422d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/controllers/lcms/engine/admin/admin_controller.rb

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ module Lcms
44
module Engine
55
module Admin
66
class AdminController < Lcms::Engine::ApplicationController
7+
include Lcms::Engine::PathHelper
8+
79
CONFIG_PATH ||= Rails.root.join('config', 'lcms-admin.yml')
810

911
DEFAULTS ||= {

0 commit comments

Comments
 (0)