Class: Event
- Inherits:
-
MLS::Model
- Object
- ActiveRecord::Base
- MLS::Model
- Event
- Defined in:
- lib/mls/event.rb
Constant Summary collapse
- SOURCE_TYPES =
%w(call email website)
Instance Method Summary collapse
Instance Method Details
#actions ⇒ Object
12 13 14 |
# File 'lib/mls/event.rb', line 12 def actions event_actions.map(&:action) end |
#regarding ⇒ Object
16 17 18 |
# File 'lib/mls/event.rb', line 16 def regarding regards.map(&:thing) end |