#Active Storageでlightbox2
show.html.erb
<% if @comment.image.attached? %>
<%= link_to image_tag(@comment.image),@comment.image, :rel => "lightbox" %>
<% end %>
参考サイトがあまりなかったので載せました。
##参考にさせて頂きました。
https://qiita.com/hmmrjn/items/7cc5e5348755c517458a