Closed smsohan closed 9 years ago
count(:conditions) is no longer supported with Rails 4. Using the where(conditions).count instead.
count(:conditions)
where(conditions).count
Looks like master has it fixed anyway.
count(:conditions)
is no longer supported with Rails 4. Using thewhere(conditions).count
instead.