about summary refs log tree commit diff stats
path: root/app/helpers/comments_helper.rb
blob: 5939adcb2d611c9267842af30c153a03286dff08 (plain) (blame)
1
2
3
4
5
module CommentsHelper
  def show_comments(blog)
    render "comments/layout", blog: blog
  end
end