sudara/alonetone

View on GitHub
app/views/groups/edit.html.erb

Summary

Maintainability
Test Coverage
<h1>Editing group</h1>

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

  <p>
    <%= f.submit 'Update' %>
  </p>
<% end %>

<%= link_to 'Show', @group %> |
<%= link_to 'Back', groups_path %>