This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
|
<%= error_messages_for :album %>
|
|
|
|
<% form_for :album, :action => url(:album) do %>
|
|
<%= partial :album_form %>
|
|
<p>
|
|
<%= submit_button 'Create' %>
|
|
</p>
|
|
<% end -%> |