Skip to content

Instantly share code, notes, and snippets.

@daz-codes
Created August 17, 2012 14:56
Show Gist options
  • Save daz-codes/3379508 to your computer and use it in GitHub Desktop.
Save daz-codes/3379508 to your computer and use it in GitHub Desktop.
get '/:id' do
@riddle = Riddle.get(params[:id])
slim :riddle, layout: false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment