budget/app/models/current.rb
2024-08-16 19:59:29 -04:00

3 lines
71 B
Ruby

class Current < ActiveSupport::CurrentAttributes
attribute :user
end