<%= notice %>

<% resource_class.attribute_names.each do |attr| %>
<%= attr %>: <%= resource.public_send(attr).to_s.truncate(20) %>

<%end%> <%= render :partial => "more_show_action" %> <%= link_to 'Edit', edit_resource_path(resource) %> | <%= link_to 'Back', collection_url %>