Skip to content

Instantly share code, notes, and snippets.

@lusis
Created June 29, 2010 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lusis/457058 to your computer and use it in GitHub Desktop.
Save lusis/457058 to your computer and use it in GitHub Desktop.
<h1>Examples</h1>
<% @examples.each do |example| %>
<p><%= example.language.name %>
<p><%= example.api.name %>
<p><%= example.code %>
<p><%= example.created_at %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment