Hi, should work for rails 2.3.
for rails 3.0: def roles_column(record) "foobar!" end On Jun 21, 10:50 pm, patrick99e99 <[email protected]> wrote: > This page says that I can > do:https://github.com/activescaffold/active_scaffold/wiki/Field-Overrides > > class User < AR:Base > has_many :roles > end > > module UsersHelper > def user_roles_column(record) > "foobar!" > end > end > > ... but this does not work.. The list's output in the columns is > still the name/title of the user's role records....... Am I missing > something? > > -patrick -- 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.
