public
Description: A Rails view helper to keep <title> information in sync with your <h1>'s
Homepage:
Clone URL: git://github.com/DefV/title_helper.git
Mikael Hallendal (author)
Mon Jun 16 03:48:14 -0700 2008
DefV (committer)
Mon Jun 16 03:48:14 -0700 2008
title_helper / init.rb
100644 3 lines (2 sloc) 0.074 kb
1
2
3
require 'title_helper'
 
ActionView::Base.send(:include, DefV::TitleHelper)