Class: AutocompleteZipcode::NeighborhoodInput
- Inherits:
-
SimpleForm::Inputs::StringInput
- Object
- SimpleForm::Inputs::StringInput
- AutocompleteZipcode::NeighborhoodInput
- Defined in:
- app/inputs/autocomplete_zipcode/neighborhood_input.rb
Instance Method Summary collapse
Instance Method Details
#input(wrapper_options) ⇒ Object
5 6 7 8 9 |
# File 'app/inputs/autocomplete_zipcode/neighborhood_input.rb', line 5 def input() [:data] ||= {} [:data][:autocomplete_zipcode_provider] = :neighborhood super end |