Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created September 2, 2009 23:35
Show Gist options
  • Save bmizerany/180039 to your computer and use it in GitHub Desktop.
Save bmizerany/180039 to your computer and use it in GitHub Desktop.
require 'sinatra'
get '/example-view' do
@name = "testing"
erb(:example_view)
end
The value of @test is <%= @test %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment