Plugins - Simply Helpful
Add to favoritesVarious helpers for views.
For example:
<% content_tag_for(:li, @person, :class => "bar") %>... => < li>id="person_123" class="person bar"< /li>...
…
Add to favoritesVarious helpers for views.
For example:
<% content_tag_for(:li, @person, :class => "bar") %>... => < li>id="person_123" class="person bar"< /li>...
…
The repository URL has been updated.
For anyone having problems finding it, this plugin has been moved to http://dev.rubyonrails.org/svn/rails/plugins/legacy/simply_helpful/
this plugin appears to be missing from the url above
Does this work with nested resources now?