mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 13:19:39 +02:00
5 lines
102 B
Ruby
5 lines
102 B
Ruby
class Current < ActiveSupport::CurrentAttributes
|
|
attribute :user
|
|
|
|
delegate :family, to: :user
|
|
end
|