gateway/app/controllers/cms/cms_controller.rb

7 lines
92 B
Ruby

module Cms
class CmsController < ApplicationController
layout 'cms_layout'
end
end