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