diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/tom_tom.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/tom_tom.rb b/lib/tom_tom.rb index 4a6a58df0..58604c347 100644 --- a/lib/tom_tom.rb +++ b/lib/tom_tom.rb @@ -1,6 +1,6 @@  class TomTom    BASE_URL = 'https://api.tomtom.com' -  API_KEY = '' +  API_KEY = Rails.application.secrets.tomtom_api_key    def initialize      @connection = Faraday.new( | 
