Sha256: 1e5fab30c654ddd6cffb18e99949f422aba59ba2c2ffa3ec0ddfbd989605a0ff
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
class ApplicationController < ActionController::Base include DeviseJwtAuth::Concerns::SetUserByToken def whatever 'whatever' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
devise_jwt_auth-0.1.6 | test/dummy/tmp/generators/app/controllers/application_controller.rb |
devise_jwt_auth-0.1.2 | test/dummy/tmp/generators/app/controllers/application_controller.rb |