Class: EffectiveUrlInput

Inherits:
SimpleForm::Inputs::StringInput
  • Object
show all
Defined in:
lib/effective_form_inputs/inputs/effective_url_input.rb

Instance Method Summary collapse

Instance Method Details

#input(wrapper_options = nil) ⇒ Object



9
10
11
# File 'lib/effective_form_inputs/inputs/effective_url_input.rb', line 9

def input(wrapper_options = nil)
  Effective::FormBuilderInputs::EffectiveUrl.new(object, object_name, template, attribute_name, input_options, (merge_wrapper_options(input_html_options, wrapper_options) || {})).to_html
end