0

I am using ahoy email in my rails API only application, and I cant able to track the open and click event. Even record is not created in the ahoy table. I don't know how to debug

Unixmonkey
  • 18,485
  • 7
  • 55
  • 78
RAM PRATHIP
  • 13
  • 1
  • 8

1 Answers1

-1

from https://github.com/ankane/ahoy

If your entire Rails app is an API, you can use:

Ahoy.api_only = true
Unixmonkey
  • 18,485
  • 7
  • 55
  • 78