Class: Spree::Api::V2::ZipAutocompleteController
- Inherits:
-
BaseController
- Object
- BaseController
- Spree::Api::V2::ZipAutocompleteController
- Defined in:
- app/controllers/spree/api/v2/zip_autocomplete_controller.rb
Instance Method Summary collapse
Instance Method Details
#search ⇒ Object
9 10 11 |
# File 'app/controllers/spree/api/v2/zip_autocomplete_controller.rb', line 9 def search render json: fetch_address(params[:zipcode]) end |