Class: SimpleFormRecurringSelect::RecurringSelectInput

Inherits:
SimpleForm::Inputs::Base
  • Object
show all
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 wrapper_options
  template. :div, class: "inputs #{attribute_name}" do
    template.concat select_recurring_tag.html_safe
  end
end