Class: Applications
- Inherits:
-
Object
- Object
- Applications
- Defined in:
- lib/noah/applications.rb
Class Method Summary (collapse)
Class Method Details
+ (Object) all(options = {})
64 65 66 |
# File 'lib/noah/applications.rb', line 64 def self.all( = {}) .empty? ? Application.all.sort : Application.find().sort end |