mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Allowing creation and deleting via the user association. It probably won't be much effort to allow editing and multiple records, but I cut it down to the minimum needed to avoid any further delays. I couldn't find a way to test a failure in the destroy method, but decided to keep the condition because I thought it was worth having.
5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
%script{ type: "text/ng-template", id: "account/developer_settings.html" }
|
|
%h3= t('.title')
|
|
= render partial: 'api_keys'
|
|
= render partial: 'webhook_endpoints'
|