0

After running "rails console", I got the following message:

setting api_version is deprecated and will be removed shortly, only v2 is supported

Forgive my ignorance, but what exactly is being deprecated?

Joe Morano
  • 1,715
  • 10
  • 50
  • 114
  • look inside your code if you are using the sentence "api_version" (grep -ri 'api_version' ./app, or something like that), just remove that line and you should be done – arieljuod Sep 24 '16 at 04:29
  • maybe there's a gem using that sentence, you should investigate your gems too – arieljuod Sep 24 '16 at 04:30

0 Answers0