Editing author

<% form_for(@author) do |f| %> <%= f.error_messages %>

<%= f.label :name %>
<%= f.text_field :name %>

<%= f.submit 'Update' %>

<% end %> <%= link_to 'Show', @author %> | <%= link_to 'Back', authors_path %>