From 2a083bd82f752a399e693df32d73320f83de0831 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 31 Oct 2025 11:09:41 +0100 Subject: [PATCH] Fix typo --- app/models/account.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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