Method: AdminHelper#title
- Defined in:
- app/helpers/admin_helper.rb
#title(page_title) ⇒ Object
helper so one doesn’t hav to write the funny content_for in templates
31 32 33 |
# File 'app/helpers/admin_helper.rb', line 31 def title(page_title) content_for(:title) { page_title } end |