<% if attr_listing.size > 0 %>

Attribute Details

<% attr_listing.each_with_index do |meth, i| %> <% rw = meth.namespace.attributes[meth.scope][meth.name.to_s.gsub(/=$/, '').to_sym] %> <%= yieldall :object => meth, :index => i %> <% end %>
<% end %>