Method: Blabs::BlogPostsHelper#title
- Defined in:
- app/helpers/blabs/blog_posts_helper.rb
#title(title) ⇒ Object
6 7 8 9 |
# File 'app/helpers/blabs/blog_posts_helper.rb', line 6 def title(title) content_for(:title, title) content_tag(:h1, title) end |