Class: Renalware::Events::Lists::Form::AllEvents
- Inherits:
-
Object
- Object
- Renalware::Events::Lists::Form::AllEvents
- Includes:
- ActiveModel::Model, Virtus::Model
- Defined in:
- app/models/renalware/events/lists/form.rb
Instance Method Summary collapse
Instance Method Details
#created_by_options ⇒ Object
34 35 36 |
# File 'app/models/renalware/events/lists/form.rb', line 34 def User.excluding_system_user.picklist end |
#event_type_options ⇒ Object
30 31 32 |
# File 'app/models/renalware/events/lists/form.rb', line 30 def Events::Type.order(:name).pluck(:name, :id) end |