rails-guide-store/app/models/current.rb

5 lines
122 B
Ruby
Raw Permalink Normal View History

2025-01-24 17:32:29 +00:00
class Current < ActiveSupport::CurrentAttributes
attribute :session
delegate :user, to: :session, allow_nil: true
end