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