Open
Description
Expected behavior
With:
Geocoder.configure(
cache_options: {
expiration: 1.days },
)
Geocoder.config[:cache_options][:prefix]
should be geocoder:
Actual behavior
Geocoder.config[:cache_options][:prefix]
is nil
Steps to reproduce
Use
Geocoder.configure(
cache_options: {
expiration: 1.days },
)
as your config. Then call Geocoder.config[:cache_options][:prefix]
Environment info
- Geocoder version: 1.8.0
- Rails version: 6.1.3.2
- Database (if applicable):
- Lookup (if applicable):