<%= error_messages_for :album %> <%= form_for :album, :action => url(:album) do %> <%= partial :album_form %>

<%= submit 'Create' %>

<% end =%>