re derive from app application, but use merged layout

This commit is contained in:
2023-01-10 12:24:28 +02:00
parent 4e2c0c9687
commit 36929d35c8
7 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,6 @@
module Merged
class MergedController < ApplicationController
class MergedController < ::ApplicationController
before_action :authenticate_member!
layout "merged/application"
end
end