7 lines
147 B
Ruby
7 lines
147 B
Ruby
module Merged
|
|
class MergedController < ::ApplicationController
|
|
before_action :authenticate_member!
|
|
layout "merged/application"
|
|
end
|
|
end
|