Updated

app/models / current.rb

A
5 lines of codes
1 methods
1.0 complexity/method
2 churn
1.0 complexity
0 duplications
class Current < ActiveSupport::CurrentAttributes
  1. Current has no descriptive comment
def account
  1. Current#account doesn't depend on instance state (maybe move it to another class?)
Account.first end end