Module: StimulusPlumbers::Form::Fields::Inputs::Select::Weekday
- Included in:
- Builder
- Defined in:
- lib/stimulus_plumbers/form/fields/inputs/select/weekday.rb
Instance Method Summary collapse
Instance Method Details
#weekday_select(attribute, options = {}, html_opts = {}) ⇒ Object
10 11 12 13 |
# File 'lib/stimulus_plumbers/form/fields/inputs/select/weekday.rb', line 10 def weekday_select(attribute, = {}, html_opts = {}) = (theme.resolve(:form_select), html_opts) super(attribute, , ) end |