ankane / authtrail

Track Devise login activity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disable ApplicationJob for Elastic Beanstalk users

adolfopeccin opened this issue · comments

Hello,

I'm trying use the gem using Elastic Beanstalk for the app. EB don't support application job, I tried disable using AuthTrail.geocode = false @ application.rb but still break the app because try run ApplicationJob

There's another way?

Thank you!

Hey @adolfopeccin, you'll still need to have an ApplicationJob file, even if it's not used.

Worked :) Thank you!