Skip to content

Instantly share code, notes, and snippets.

@sranso
Created January 7, 2014 03:01
Show Gist options
  • Save sranso/8294034 to your computer and use it in GitHub Desktop.
Save sranso/8294034 to your computer and use it in GitHub Desktop.
class App < Sinatra::Application
get '/' do
@meal = Mealtime.new(Time.now)
erb :index
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment