I tried to override Lockable module to support in devise-token-auth but it is not overriding. I searched on everywhere and found nothing. I think I missed something but I don't know what. Any help would be appreciated
module Lockable extends Devise::Models::Lockable
def valid_for_authentication?
# My code
end
end