Method: ActiveScope::ClassMethods.active

Defined in:
lib/active_scope.rb

.activeObject



8
9
10
# File 'lib/active_scope.rb', line 8

def self.active
 where(:active=>true)
end