Skip to content

Adding custom actions

scambra edited this page May 10, 2012 · 15 revisions

When you add custom actions to a controller which uses ActiveScaffold, probably you will want to keep look and feel. Also, you have to follow some conventions so your action behaves as default actions.

Process and refresh action

One of the easiest actions you can add, is an action which update some records and refresh the list. It could be an action which acts over some marked records, or whatever you can imagine.

Clone this wiki locally