Class: StreetInput
- Inherits:
-
SimpleForm::Inputs::StringInput
- Object
- SimpleForm::Inputs::StringInput
- StreetInput
- Defined in:
- lib/autocomplete_zipcode/simple_form/street_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options) ⇒ Object
2 3 4 5 6 |
# File 'lib/autocomplete_zipcode/simple_form/street_input.rb', line 2 def input() [:data] ||= {} [:data].merge!({ provider: 'street' }) super end |