Sha256: 27c00ded655f6b0430f01cae2557d9b8c680b545a7e2c4ae5922ad4baa61720b
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) require 'g_sectioned_shower/view_helpers' module GSectionedShower VERSION = '1.0.8' end if defined?( ActionView::Base ) ActionView::Base.send( :include, GSectionedShower::ViewHelpers ) unless ActionView::Base.include?( GSectionedShower::ViewHelpers ) end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g_sectioned_shower-1.0.8 | lib/g_sectioned_shower.rb |