Skip to content

Instantly share code, notes, and snippets.

@stevavoliajvar
Created March 19, 2016 21:43
Show Gist options
  • Save stevavoliajvar/58f5afc96ee472b7b9c2 to your computer and use it in GitHub Desktop.
Save stevavoliajvar/58f5afc96ee472b7b9c2 to your computer and use it in GitHub Desktop.
class StaticPagesController < ApplicationController
def home
end
def help
end
def about
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment