On Miércoles, 6 de Octubre de 2010 10:57:59 MikeBlyth escribió: > How can I define which CRUD actions to show as links on the list view > (edit-delete-show at the end of the row)? I don't see anything like > that in the List API.
You can remove actions: config.actions.exclude :show If you want to remove the link without remove the action, then set link to false, for example config.show.link = false -- Sergio Cambra .:: entreCables S.L. ::. Mariana Pineda 23, 50.018 Zaragoza T) 902 021 404 F) 976 52 98 07 E) [email protected] -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=en.
