Class: SimpleFormRecurringSelect::RecurringSelectInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- SimpleFormRecurringSelect::RecurringSelectInput
- Defined in:
- lib/simple_form_recurring_select/recurring_select_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options) ⇒ Object
6 7 8 9 10 |
# File 'lib/simple_form_recurring_select/recurring_select_input.rb', line 6 def input template.content_tag :div, class: "inputs #{attribute_name}" do template.concat select_recurring_tag.html_safe end end |