toy / dump

Rails app rake and capistrano tasks to create and restore dumps of database and assets
MIT License
89 stars 14 forks source link

change row.length method to row.count #9

Closed irfanpirbhai closed 11 years ago

irfanpirbhai commented 11 years ago

Turns out .length isn't an available method on an ActiveRecord::Result class.

toy commented 11 years ago

Thanks!