evodata/app/models/current.rb

4 lines
71 B
Ruby
Raw Normal View History

2022-01-22 18:17:44 +01:00
class Current < ActiveSupport::CurrentAttributes
attribute :user
end