diff --git a/app/models/account.rb b/app/models/account.rb index e0aaf800e..da2298c88 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -11,7 +11,7 @@ class Account < ApplicationRecord end end - # This use the account as a generic card container. See +Entropy::Configuration+. + # To use the account as a generic card container. See +Entropy::Configuration+. def cards Card.all end