class PrintReleaf::User

Public Instance Methods

account() click to toggle source
# File lib/printreleaf/user.rb, line 15
def account
  @account ||= Account.find(account_id)
end