Module: ActiveRecord::Jwt::Decoder
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/activerecord-jwt/decoder.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
30 31 32 |
# File 'lib/activerecord-jwt/decoder.rb', line 30 def configuration @_configuration ||= DecoderConfiguration.new end |
.configure {|configuration| ... } ⇒ Object
26 27 28 |
# File 'lib/activerecord-jwt/decoder.rb', line 26 def self.configure(&block) yield(configuration) end |