style: rubocop fix

This commit is contained in:
Mike Dalessio
2025-11-27 12:34:31 -05:00
parent 198e404eb0
commit 09366fc949
+1 -1
View File
@@ -15,7 +15,7 @@ class Event < ApplicationRecord
:goldness, :closure, :image_attachment,
{ rich_text_body: :embeds_attachments },
{ rich_text_description: :embeds_attachments },
{ card: [:goldness, :closure, :image_attachment] }
{ card: [ :goldness, :closure, :image_attachment ] }
]
})
}