Files
plottservice/app/models/current.rb
2024-08-26 19:20:06 +02:00

7 lines
160 B
Ruby

class Current < ActiveSupport::CurrentAttributes
attribute :session
attribute :user_agent, :ip_address
delegate :user, to: :session, allow_nil: true
end