export_csv

Very simple tool to export all records of an ActiveRecord model

Examples

export_csv(User)
export_csv(User, "User Backup", { :limit => 10 })

Copyright © 2009 Robby Colvin, released under the MIT license