Class: OperationalEvent
- Inherits:
-
ActiveRecordShared
- Object
- ActiveRecord::Base
- ActiveRecordShared
- OperationalEvent
- Defined in:
- app/models/operational_event.rb
Overview
requires
* operational_event_type_id
Class Method Summary collapse
-
.search(options = {}) ⇒ Object
find wrapper.
Instance Method Summary collapse
-
#to_s ⇒ Object
Returns description.
Class Method Details
.search(options = {}) ⇒ Object
find wrapper
27 28 29 30 31 32 33 |
# File 'app/models/operational_event.rb', line 27 def self.search(={}) find(:all, :joins => joins(), :order => order(), :conditions => conditions() ) end |
Instance Method Details
#to_s ⇒ Object
Returns description
20 21 22 |
# File 'app/models/operational_event.rb', line 20 def to_s description end |