Files
fizzy/app/models/current.rb
T

8 lines
109 B
Ruby

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