berk / will_filter

rails engine plugin for filtering active_record model objects
MIT License
157 stars 76 forks source link

Export #36

Closed harold-s closed 9 years ago

harold-s commented 12 years ago

Hello,

I have a model with some active record associations.

I would like to be able to change the export in order to add somme data from the association and remove some of the export data.

For example I have two models, fruits and colour. I would like the export of the class fruit to contain the colour name and not id.

How can I achieve this ?

Thanks !

(Thanks for this great module btw)