module CommentsHelper def show_comments(blog) render "comments/layout", blog: blog end end