Files
fizzy/app/models/current.rb
T
2024-06-21 16:45:29 +01:00

8 lines
119 B
Ruby

class Current < ActiveSupport::CurrentAttributes
attribute :user
def organization
user.organization
end
end