Name: <%=h @some_other_model.name %>
Parent: <%=h @some_other_model.parent_name %>
Second Parent: <%=h @some_other_model.second_parent_name %>
<%= link_to 'Edit', edit_some_other_model_path(@some_other_model) %> | <%= link_to 'Back', some_other_models_path %>