songkick / oauth2-provider

Simple OAuth 2.0 provider toolkit
MIT License
528 stars 148 forks source link

Rails 4 count #83

Closed smsohan closed 9 years ago

smsohan commented 9 years ago

count(:conditions) is no longer supported with Rails 4. Using the where(conditions).count instead.

smsohan commented 9 years ago

Looks like master has it fixed anyway.