wait, sorry.... jumped the gun on that one. i just realized why i wanted to jump through the hoops of using attributes.keys and attributes.values rather than class.column_names. the attributes method supports the :only and :except options, so I could do something like this: @users.to_csv(: ['username','password']) On Aug 30, 2006, at 12:23 AM, Chris Abad wrote: perfect... i think this is what i was looking for. thanks kevin. |
_______________________________________________ Sdruby mailing list [email protected] http://lists.sdruby.com/mailman/listinfo/sdruby
