add cms controller
This commit is contained in:
4
app/controllers/cms_controller.rb
Normal file
4
app/controllers/cms_controller.rb
Normal file
@ -0,0 +1,4 @@
|
||||
class CmsController < ApplicationController
|
||||
def view
|
||||
end
|
||||
end
|
2
app/helpers/cms_helper.rb
Normal file
2
app/helpers/cms_helper.rb
Normal file
@ -0,0 +1,2 @@
|
||||
module CmsHelper
|
||||
end
|
1
app/views/cms/view.haml
Normal file
1
app/views/cms/view.haml
Normal file
@ -0,0 +1 @@
|
||||
%h1 CMS
|
Reference in New Issue
Block a user