Sha256: 92325b20f6cdbbc3a52b8f09dc3e539e16b3bab1d2640d78c0ef94f246915a4f
Contents?: true
Size: 341 Bytes
Versions: 6
Compression:
Stored size: 341 Bytes
Contents
module PrxAuth module Rails class Engine < ::Rails::Engine config.to_prepare do ::ApplicationController.helper_method [ :current_user, :prx_jwt, :current_user_info, :current_user_name, :current_user_apps, :account_name_for, :account_for, :accounts_for, ] end end end end
Version data entries
6 entries across 6 versions & 1 rubygems