Remove accidental commit
This commit is contained in:
parent
35c59bff0d
commit
0571802b31
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class GeocoderController < ApplicationController
|
|||
|
||||
# create parameter hash for "more results" link
|
||||
@more_params = params
|
||||
.permit(:query, :minlon, :minlat, :maxlon, :maxlat, :exclude, :xhr)
|
||||
.permit(:query, :minlon, :minlat, :maxlon, :maxlat, :exclude)
|
||||
.merge(:exclude => more_url_params["exclude_place_ids"].first)
|
||||
|
||||
# parse the response
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue