Sha256: a079fa220878e8f27f7bb9590bfff0a6961270b637d21f73a0d736e3352f8feb
Contents?: true
Size: 223 Bytes
Versions: 2
Compression:
Stored size: 223 Bytes
Contents
require 'hooch/hooch_helper' module Hooch class Railtie < Rails::Railtie initializer "hooch.hooch_helper" do puts "initializing hooch helpers" ActionView::Base.send :include, HoochHelper end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hooch-0.7.2 | lib/hooch/railtie.rb |
hooch-0.7.1 | lib/hooch/railtie.rb |