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
/
application_helper.rb
blob: a8b1c7e6942e9e78d12ad2360e92a2ceeeffbd78 (
plain
) (
blame
)
1
2
3
4
5
6
7
module
ApplicationHelper
def
title
(
text
)
content_for
:title
,
text
end
end