bug fixing using cursor

This commit is contained in:
Stefan Tollkühn
2025-09-10 13:45:29 +02:00
parent 06bea4cf46
commit 59e63cee2f
6 changed files with 15 additions and 6 deletions

View File

@@ -13,4 +13,8 @@ class Client < ApplicationRecord
def editable?
referenced_count <= 1
end
def display_name
"#{company_name} (#{lastname}, #{firstname})"
end
end