Commit 3e85a27e by Quang Vinh Nguyen

Finish static pages 2

parent b64e0115
class StaticPagesController < ApplicationController
def home
end
def home; end
def help
end
......@@ -10,5 +9,4 @@ class StaticPagesController < ApplicationController
def contact
end
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment