Validic / validic

API Wrapper for Validic
https://validic.com
MIT License
0 stars 2 forks source link

extra comma in docs rails config example #15

Closed jslate closed 9 years ago

jslate commented 9 years ago

You have this example:

Validic.configure do |config|
  config.api_url          = 'https://api.validic.com'
  config.api_version      = 'v1'
  config.access_token     = 'ORGANIZATION_ACCESS_TOKEN',
  config.organization_id  = 'ORGANIZATION_ID'
end

That comma on the config.access_token line causes weird issues if you leave it in. :-P

jjlangholtz commented 9 years ago

Good catch! Fixed.