Skip to content

Instantly share code, notes, and snippets.

@lxneng
Created March 18, 2010 02:30
Show Gist options
  • Save lxneng/335985 to your computer and use it in GitHub Desktop.
Save lxneng/335985 to your computer and use it in GitHub Desktop.
<% for item in @all_items %>
<li><%= link_to item.content_type + item.content_id.to_s, :controller => item.content_type.tableize, :action => "edit", :id => item.content_id %></li>
<% end %>
eval(key.to_s + "_path")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment