I'm using the rails geocoder gem. I would like to override
COMPASS_POINTS = %w[N NE E SE S SW W NW]
with german compass points:
COMPASS_POINTS = %w[N NO O SO S SW W NW]
but I don't know how and where (config/gecoder.rb?) to do this?
Any help would be appreciated!