Sha256: ef711818094b13a47f09e654506e3140f81a82924e63c33436cb989458a627aa
Contents?: true
Size: 262 Bytes
Versions: 2
Compression:
Stored size: 262 Bytes
Contents
# frozen_string_literal: true module CurrentSession # # Base class for implementing current_user # class Base < ActiveSupport::CurrentAttributes include CurrentSession::Interface include CurrentSession::Dsl attribute :current_user end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
current_session-0.1.8 | lib/current_session/base.rb |
current_session-0.1.7 | lib/current_session/base.rb |