In active_scaffold, you used to be able to override the show and list view for a column at the same time.
For example: monkeys_column(record) ... end Would override list and show views. Now you have to define monkeys_show_column and monkeys_column Is there a way to make monkeys_column (for the list view) also override the show view (monkeys_show_column)? -- 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.
