12 13 14
# File 'lib/active_scope.rb', line 12 def self.inactive where('active IN (?)', [false,nil]) end