tabletop-companion/app/models/current.rb

6 lines
102 B
Ruby

# frozen_string_literal: true
class Current < ActiveSupport::CurrentAttributes
attribute :user
end