Name: <%=h @parent.name %>
<% @parent.some_other_models.each do |some_other_model| %>SomeOtherModel Name: <%=h some_other_model.name %>
Testy First name: <%=h testy.first_name %>
Testy Last name: <%=h testy.last_name %>
Testy Address: <%=h testy.address %>
Testy Some flag: <%=h testy.some_flag %>