Sha256: c1bc3115bc93d6c470a46e326b8b8901fab1e002732ecddd97d4910b2cb55aa2
Contents?: true
Size: 545 Bytes
Versions: 2
Compression:
Stored size: 545 Bytes
Contents
require 'action_view' module TopHat autoload :TitleHelper, 'tophat/title' autoload :MetaHelper, 'tophat/meta' autoload :StylesheetHelper, 'tophat/stylesheet' autoload :RobotsHelper, 'tophat/robots' autoload :OpenGraphHelper, 'tophat/opengraph' end ActionView::Base.send :include, TopHat::TitleHelper ActionView::Base.send :include, TopHat::MetaHelper ActionView::Base.send :include, TopHat::StylesheetHelper ActionView::Base.send :include, TopHat::RobotsHelper ActionView::Base.send :include, TopHat::OpenGraphHelper
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tophat-1.3.1 | lib/tophat.rb |
tophat-1.3.0 | lib/tophat.rb |