On Jueves, 23 de Junio de 2011 01:38:38 patrick99e99 escribió: > > for rails 3.0: > > def roles_column(record) > > "foobar!" > > end > > Ah.. Ok, yeah that works for me... Now the next question is, is it > possible to change the url that a association goes to? For example, > hovering over a user's role takes me to the edit action of that role-- > but I really want to just specify an arbitrary url, not having > anything to do with active_scaffold... > > is this possible?
Yes, you must use set_link in the association column -- 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.
