Skip to content

Instantly share code, notes, and snippets.

@softwaregravy
Created March 11, 2011 06:23
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 softwaregravy/865536 to your computer and use it in GitHub Desktop.
Save softwaregravy/865536 to your computer and use it in GitHub Desktop.
Printing out all attributes
<% @merchant_campaign.instance_variable_get(:@attributes).each do |attribute, value| %>
<tr>
<td><%= attribute %></td>
<td><%= value %></td>
</tr>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment