module DeviseJwt

Constants

VERSION

Attributes

locales_path[W]
token[RW]

Public Class Methods

locales_path() click to toggle source
# File lib/devise_jwt.rb, line 7
def locales_path
        @locales_path || "#{Rails.root}/config/locales"
end