<%
content_for :title do 'New Object' end
%>
<h1>New object</h1>

<%= render 'form' %>

<%= link_to 'Back', objects_path %>
