aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/current.rb
blob: 2bef56dadab9d4d33c9de892802d7f1382daebf5 (plain) (blame)
1
2
3
4
class Current < ActiveSupport::CurrentAttributes
  attribute :session
  delegate :user, to: :session, allow_nil: true
end