RUBYCRITIC
class Current < ActiveSupport::CurrentAttributes - Current has no descriptive comment
def account - Current#account doesn't depend on instance state (maybe move it to another class?)
Account.first
end
end