Yep, that did it, thanks.

On Oct 13, 2:02 pm, Hernan Astudillo <[email protected]> wrote:
> no, that's how rails 3 render strings by default. It's supposed that
> you use helpers for tags. However, you can allways use "raw":
> def order_sub_contractor_show_column(record)
>   sub = record.sub_contractor
>   raw "#{sub.name}<br />#{sub.company}"
> end

-- 
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.

Reply via email to