berk / will_filter

rails engine plugin for filtering active_record model objects
MIT License
157 stars 76 forks source link

DEPRECATION WARNING: calling #find(:all) in Rails 4.0.1 #50

Open irobayna opened 10 years ago

irobayna commented 10 years ago
DEPRECATION WARNING: Calling #find(:all) is deprecated. 
Please call #all directly instead. You have also used finder options. 
These are also deprecated. Please build a scope instead of using finder options.