API: Delete - activescaffold/active_scaffold GitHub Wiki

action_group global local

Set this property so link is included in a group of links.

formats

Active scaffold supports html, js, json, yaml, and xml formats by default. If you need to add another mime type for the delete action you can do it here. The format is then added to the default formats.

link global local

The action link used to tie the Create action to the List table. Most likely, you’ll use this to change the label for your link.

config.create.link.label = "Add a new user"

See API: Action Link for additional parameters for this link.

refresh_list global local

Enable this property to refresh list after successful deletion with AJAX.

⚠️ **GitHub.com Fallback** ⚠️