When using the active_scaffold_export, can helper methods be used to render 
associations?

If so, what is the pattern to define the helper?

Do not want users to see things like:
#<TrOdc::ActiveRecord_Associations_CollectionProxy:0x00007fd6268b6f38>

Tried this, which works fine in the list view

  def sub_tdn_tr_odcs_column(record, options)
    "ODC"
  end

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"ActiveScaffold : Ruby on Rails Gem" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/activescaffold/03233d7e-89b7-4112-af16-cb1bb907592bn%40googlegroups.com.

Reply via email to