Remove superflous spec for User.registered/attended

There is no logic involved, just a map on the title...
This commit is contained in:
Henne Vogelsang 2024-12-09 16:42:42 +01:00
parent c78733a2fb
commit 50d6f5b3d5
No known key found for this signature in database
GPG key ID: 97DDB66BDAF8D4D6
2 changed files with 0 additions and 39 deletions

View file

@ -237,7 +237,6 @@ class User < ApplicationRecord
end
def registered
registrations = self.registrations
if registrations.count == 0
'None'
else