back to merged layout (more space)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
module Merged
|
||||
class ApplicationController < ApplicationController
|
||||
class ApplicationController < ActionController::Base
|
||||
end
|
||||
end
|
||||
|
@ -1,5 +1,5 @@
|
||||
module Merged
|
||||
class MergedController < ::ApplicationController
|
||||
class MergedController < ApplicationController
|
||||
before_action :authenticate_member!
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user