tabletop-companion/app/models/current.rb

6 lines
102 B
Ruby
Raw Normal View History

2024-05-26 10:45:10 +00:00
# frozen_string_literal: true
2024-04-21 14:01:10 +00:00
class Current < ActiveSupport::CurrentAttributes
attribute :user
end