Sha256: d17bb869c821f56906fa18825ce04abcd1e6dd6815d29c9b39f6f1202f48283e
Contents?: true
Size: 290 Bytes
Versions: 1
Compression:
Stored size: 290 Bytes
Contents
require "chaplinks/library/timeline/view_helpers" module Chaplinks module Library module Timeline class Railtie < Rails::Railtie initializer "placehold.view_helpers" do |app| ActionView::Base.send :include, ViewHelpers end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
chaplinks-library-timeline-2.5.1 | lib/chaplinks/library/timeline/railtie.rb |