re derive from app application, but use merged layout
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
module Merged
|
||||
class MergedController < ApplicationController
|
||||
class MergedController < ::ApplicationController
|
||||
before_action :authenticate_member!
|
||||
layout "merged/application"
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user