Thanks, Michael. Reordering action links within the same cell is not what I am after. I want to make the first cell in my scaffold a column with data action link that has the behavior of show action. This show action click will display the show view below as normal and also show some data in a details view outside the scaffold.
On Sep 27, 12:29 am, Atastor <[email protected]> wrote: > Ah, yeah..remembered: > > Answer 2: You can reorder via something like > conf.actions = [:show, :create, :update, :delete, :list] > > Regards > Michael -- 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.
