Adds donation model/table and basic manual management in the admin panel, as well as basic listing of users' own donations.
8 lines
164 B
Plaintext
8 lines
164 B
Plaintext
<h2>New Donation</h2>
|
|
|
|
<%= render 'form', donation: @donation, url: admin_donations_path %>
|
|
|
|
<p class="actions">
|
|
<%= link_to 'Back', admin_donations_path %>
|
|
</p>
|