index
:
thoughts
this commit
dependabot/bundler/globalid-1.0.1
dependabot/bundler/loofah-2.19.1
dependabot/bundler/rack-2.2.6.3
dependabot/bundler/rails-html-sanitizer-1.4.4
master
mixed-content personal blog
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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