diff --git a/app/helpers/lightbox_helper.rb b/app/helpers/lightbox_helper.rb index a529ba1..8c7978a 100644 --- a/app/helpers/lightbox_helper.rb +++ b/app/helpers/lightbox_helper.rb @@ -22,7 +22,7 @@ def link_to_attachment(attachment, **options) caption: caption } end - super attachment, **options + super end def thumbnail_tag(attachment)