Sha256: e4843ecfda1f1bafcb100dbb7dc10bd98a67e20975e6ac088479dae819ac8f5b
Contents?: true
Size: 242 Bytes
Versions: 29
Compression:
Stored size: 242 Bytes
Contents
# frozen_string_literal: true module Shimmer module Auth module Current extend ActiveSupport::Concern included do attribute :device delegate :user, to: :device, allow_nil: true end end end end
Version data entries
29 entries across 29 versions & 1 rubygems