8 lines
109 B
Ruby
8 lines
109 B
Ruby
class Current < ActiveSupport::CurrentAttributes
|
|
attribute :user
|
|
|
|
def account
|
|
user.account
|
|
end
|
|
end
|