ID | <% @show_attributes.each do |attribute| %><% begin %> <%= t("activerecord.attributes.#{@model_name}.#{attribute}", raise: true) %> <% rescue %> <%= t("carload.activerecord.#{attribute}") %> <% end %> | <% end %><%= t('carload.actions') %> |
---|---|---|
<%= object.id %> | <% @show_attributes.each do |attribute| %><%= generate_show object, attribute %> | <% end %>