diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-11-06 18:52:22 -0500 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-11-06 18:52:22 -0500 |
| commit | 34f328a1be25855acf96089da935379c2db257f8 (patch) | |
| tree | 3c77c883a0084b4f3d031e0b4d2458bb58e5f17c | |
| parent | ba227a71b3b5d91d8c890ed8f1c71f6944d5a679 (diff) | |
| -rw-r--r-- | app/models/client.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/client.rb b/app/models/client.rb index adc642f..2bcf670 100644 --- a/app/models/client.rb +++ b/app/models/client.rb @@ -8,7 +8,7 @@ class Client < ApplicationRecord v = visits.last return '-' if v.nil? - v.created_at.to_date.to_fs(:long) or '-' + v.created_at.to_date.to_fs(:long) end def visit_history |
