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 :author %>
|
|
|
|
<% form_for :author, :action => url(:author, :id => @author.name) do -%>
|
|
<%= partial :author_form %>
|
|
<p>
|
|
<%= submit_button 'Update' %>
|
|
</p>
|
|
<% end -%> |