Sha256: d3e62d36ae8f3310436716b2179716ed69305bc623053fd04ce8b18deab3e819
Contents?: true
Size: 195 Bytes
Versions: 3
Compression:
Stored size: 195 Bytes
Contents
module GoSocial module Rails class Engine < ::Rails::Engine initializer 'go social config' do ActionView::Base.send :include, GoSocial::ViewHelper end end end end
Version data entries
3 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
go_social-0.1.0 | lib/go_social/engine.rb |
go_social-0.0.1 | lib/go_social/engine.rb |
go_social-0.0.1 | lib/go_social/engine.rb~ |