Skip to content

Instantly share code, notes, and snippets.

@ogryzek
Last active June 8, 2021 17:44
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 ogryzek/ad8bb5f475c8b1e91b198743402593f0 to your computer and use it in GitHub Desktop.
Save ogryzek/ad8bb5f475c8b1e91b198743402593f0 to your computer and use it in GitHub Desktop.
<h1><%= @name_plural %></h1>
<%% @<%= @name_plural %>.each do |<%= @name_singular %>| %>
<li><a href="/<%= @name_plural %>/<%%= <%= @name_singular %>.id %>"><%%= <%= @name_singular %>.id %></a></li>
<ul>
<%%= @attributes.each do |attribute| %>
<li><%%= attribute %>: <%%= <%= @name_singular %> %>.<%%= attribute %></li>
<%% end %>
</ul>
<%% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment