Skip to content

Commit

Permalink
Merge pull request #1154 from asafdav2/fix_cache_interface_comment
Browse files Browse the repository at this point in the history
fix comment describing the required cache interface
  • Loading branch information
alexreisner committed Feb 26, 2017
2 parents e2285a1 + f9d7282 commit 036722a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/geocoder/config/templates/initializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# http_proxy: nil, # HTTP proxy server (user:pass@host:port)
# https_proxy: nil, # HTTPS proxy server (user:pass@host:port)
# api_key: nil, # API key for geocoding service
# cache: nil, # cache object (must respond to #[], #[]=, and #keys)
# cache: nil, # cache object (must respond to #[], #[]=, and #del)
# cache_prefix: 'geocoder:', # prefix (string) to use for all cache keys

# Exceptions that should not be rescued by default
Expand Down

0 comments on commit 036722a

Please sign in to comment.