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
Asked
Active
Viewed 387 times
1 Answers
-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
-
Already I have add this line in config/initializer/ahoy_email.rb but it cant work. – RAM PRATHIP Apr 04 '19 at 05:37