7 lines
92 B
Ruby
7 lines
92 B
Ruby
module Cms
|
|
class CmsController < ApplicationController
|
|
layout 'cms_layout'
|
|
|
|
end
|
|
end
|