Skip to content

Instantly share code, notes, and snippets.

/app.rb Secret

Created April 29, 2015 06:25
Show Gist options
  • Save anonymous/63e9924ea53ec4ddc3de to your computer and use it in GitHub Desktop.
Save anonymous/63e9924ea53ec4ddc3de to your computer and use it in GitHub Desktop.
get "/" do
@val1 = <some query>
@val2 = <some query>
@val3 = @val1 | @val2 + <some query>
@val4 = @val1.select <some stuff>
@val5 = ...
haml :view
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment