leikind / wice_grid

A Rails grid plugin to create grids with sorting, pagination, and (automatically generated) filters
MIT License
537 stars 215 forks source link

Fix CSV export when filtering on an association #197

Closed colinramsay closed 9 years ago

colinramsay commented 9 years ago

It seems like the includes don't get carried over when exporting to CSV. This amendment does fix this problem by calling add_references and returning the relation when it is a CSV export - the same code as with the non-export.

leikind commented 9 years ago

Thank you!