1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 13:19:39 +02:00
Maybe/app/models/current.rb
2024-02-04 17:36:46 -06:00

5 lines
102 B
Ruby

class Current < ActiveSupport::CurrentAttributes
attribute :user
delegate :family, to: :user
end