7 lines
172 B
Plaintext
7 lines
172 B
Plaintext
<h1>New collection</h1>
|
|
|
|
<%= form_for @collection do |f| %>
|
|
<%= f.error_messages %>
|
|
<%= render :partial => "form", :object => f %>
|
|
<%= f.submit "Create" %>
|
|
<% end %> |