Class: Schedulable::Config
- Inherits:
-
Struct
- Object
- Struct
- Schedulable::Config
- Defined in:
- app/models/concerns/schedulable.rb
Overview
Exposes SIMPLE_FORM_OPTIONS under the config.simple_form shape that
ScheduleInput (carried over from the gem) expects.
Instance Attribute Summary collapse
-
#simple_form ⇒ Object
Returns the value of attribute simple_form.
Instance Attribute Details
#simple_form ⇒ Object
Returns the value of attribute simple_form
28 29 30 |
# File 'app/models/concerns/schedulable.rb', line 28 def simple_form @simple_form end |