Class: Watchers
- Inherits:
-
Object
- Object
- Watchers
- Defined in:
- lib/noah/watchers.rb
Class Method Summary (collapse)
Class Method Details
+ (Object) all(options = {})
21 22 23 |
# File 'lib/noah/watchers.rb', line 21 def self.all( = {}) .empty? ? Watcher.all.sort : Watcher.find().sort end |