mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-10 13:59:56 +08:00
5 lines
109 B
Ruby
5 lines
109 B
Ruby
# frozen_string_literal: true
|
|
|
|
class Current < ActiveSupport::CurrentAttributes
|
|
attribute :user, :team
|
|
end
|