scinote-web/app/models/current.rb

5 lines
109 B
Ruby

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