Sha256: 8a70a5e7848d5158bb80d7b0fdf79d9d621e0c550ddadacd269a3bc571cad5b9
Contents?: true
Size: 420 Bytes
Versions: 4
Compression:
Stored size: 420 Bytes
Contents
# frozen_string_literal: true # This module gives some information about the gem configuration module JwtAuthenticable # This module gives some information about the gem configuration module Info # This method prints the gem configuration def info return Rails.logger.info JwtAuthenticable.config if defined?(Rails) puts JwtAuthenticable.config # rubocop:disable Rails/Output end end end
Version data entries
4 entries across 4 versions & 1 rubygems