Commit 3e85a27e by Quang Vinh Nguyen

Finish static pages 2

parent b64e0115
class StaticPagesController < ApplicationController class StaticPagesController < ApplicationController
def home def home; end
end
def help def help
end end
...@@ -8,7 +7,6 @@ class StaticPagesController < ApplicationController ...@@ -8,7 +7,6 @@ class StaticPagesController < ApplicationController
def about def about
end end
def contact def contact
end end
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