beer_in_the_evening 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -57,7 +57,7 @@ module BeerInTheEvening
|
|
57
57
|
def query_string
|
58
58
|
params = []
|
59
59
|
params << "tu=#{tube_station}" if tube_station
|
60
|
-
params << "
|
60
|
+
params << "pc=#{escaped_postcode}" if postcode
|
61
61
|
params << "ra=on" if real_ale
|
62
62
|
params << "f=on" if food
|
63
63
|
params << "wireless=on" if wifi
|