Sha256: a297aac7a98d4e9b8382a4aa9391608c79c02e043e2b7e2ebd94d08e51b86249
Contents?: true
Size: 365 Bytes
Versions: 1
Compression:
Stored size: 365 Bytes
Contents
require "chaplinks/library/timeline/version" require "chaplinks/library/timeline/railtie" if defined? Rails module Chaplinks module Library module Timeline class Engine < ::Rails::Engine initializer "assets.precompile" do |app| app.config.assets.precompile += %w( chaplinks-library/timeline ) 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.rb |