brandonaaron / typography-helper forked from hunter/typography-helper

Set of small filters to facilitate better typography in Rails views. Based of typogrify and includes widon't and quotes. (svn import)

This URL has Read+Write access

typography-helper / init.rb
100644 6 lines (5 sloc) 0.107 kb
1
2
3
4
5
6
# Include hook code here
require "typography_helper"
 
class ActionView::Base
  include TypographyHelper
end