This commit is contained in:
Jorge Manrubia
2025-10-31 11:09:41 +01:00
parent 02eb5daf88
commit 2a083bd82f
+1 -1
View File
@@ -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