Sha256: 1cd65e18a8730bc5aaec1e4d64906041824d1c30d1b62d498ff23609e9788517

Contents?: true

Size: 324 Bytes

Versions: 2

Compression:

Stored size: 324 Bytes

Contents

<p>
  <b>Name:</b>
  <%=h @child_model.name %>
</p>

<p>
  <b>Parent Model:</b>
  <%=h @child_model.parent_model_name %>
</p>

<p>
  <b>Second Parent Model:</b>
  <%=h @child_model.second_parent_model_other_field %>
</p>

<%= link_to 'Edit', edit_child_model_path(@child_model) %> |
<%= link_to 'Back', child_models_path %>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
view_mapper-0.3.4 test/views/belongs_to/expected_templates/show.html.erb
view_mapper-0.3.4 test/views/belongs_to_auto_complete/expected_templates/show.html.erb