Comment 8 for bug 233112

Revision history for this message
Florian Boucault (fboucault) wrote :

It is not possible currently because Actions have access only to the controller which calls it.

Also, Actions should probably not be assigned to a model instance but rather in the controller layer:

- models would be more reusable

- it would probably waste less memory

- it would provide more flexibility