Sha256: 0b46b090766609a9ead4bce2a806eec639dac5241237a66e6ba72376e1d12400
Contents?: true
Size: 294 Bytes
Versions: 1
Compression:
Stored size: 294 Bytes
Contents
require_dependency "aliada_webapp_rails/application_controller" module AliadaWebappRails class HomeController < ApplicationController before_action do if current_user && current_user.respond_to?(:jwt) && current_user.jwt @jwt = current_user.jwt end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aliada_webapp_rails-0.0.16 | app/controllers/aliada_webapp_rails/home_controller.rb |