Skip to content

Commit

Permalink
Add a StaticPages controller
Browse files Browse the repository at this point in the history
  • Loading branch information
yang committed Apr 15, 2012
1 parent c957cc5 commit 7d78611
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/controllers/static_pages_controller.rb
@@ -0,0 +1,8 @@
class StaticPagesController < ApplicationController
def home
end

def help
end

end

0 comments on commit 7d78611

Please sign in to comment.