Lei Sun

Results 1 issues of Lei Sun

Hi, I noticed that you have the following lines: default_scope where("#{paranoid_column_reference} IS ?", nil) # Magic! and def only_deleted self.unscoped.where("#{paranoid_column_reference} IS NOT ?", nil) end This would work ok for...

Feature
Future