Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
blocks / spec / dummy / app / views / parents / index.html.erb
Size: Mime:
<%= content_tag :ul do %>
  <% @parents.each do |p| %>
    <%= content_tag :li, link_to("Parent #{p.id}", p) %>
  <% end %>
<% end %>
<%= link_to "Add", new_parent_path %>