class EffectiveTelInput
Public Instance Methods
input(wrapper_options = nil)
click to toggle source
# File lib/effective_form_inputs/inputs/effective_tel_input.rb, line 7 def input(wrapper_options = nil) Effective::FormBuilderInputs::EffectiveTel.new(object, object_name, template, attribute_name, input_options, (merge_wrapper_options(input_html_options, wrapper_options) || {})).to_html end