Sha256: 36520cc4fcba76dbdb8aa3bbca0556877950a6d2f03de974ff056161475357fb

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

module PrxAuth
  module Rails
    class Engine < ::Rails::Engine
      config.to_prepare do
        ::ApplicationController.helper_method [
          :current_user, :prx_jwt,
          :account_name_for, :account_for, :accounts_for,
        ]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
prx_auth-rails-1.8.0 lib/prx_auth/rails/engine.rb