Skip to content

Instantly share code, notes, and snippets.

@larzconwell
Created July 2, 2012 14:52
Show Gist options
  • Save larzconwell/3033631 to your computer and use it in GitHub Desktop.
Save larzconwell/3033631 to your computer and use it in GitHub Desktop.
<ul>
<% for (var p in params) { %>
<li><%= p + ': ' + params[p]; %></li>
<% } %>
</ul>
@larzconwell
Copy link
Author

I could do something like that but I think it's a bit much just for generating resources with example content in Geddy. Thanks mate!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment