Sha256: d78ce0d17639c0d0974d0985c9faf2072ea491349e1c71c8f32b63f959a2de28
Contents?: true
Size: 272 Bytes
Versions: 13
Compression:
Stored size: 272 Bytes
Contents
module Softcover class Railtie < ::Rails::Railtie initializer "polytexnic", group: :all do |app| path = File.expand_path(File.join(File.dirname(__FILE__), "..", "template", "html", "stylesheets")) app.config.assets.paths << path end end end
Version data entries
13 entries across 13 versions & 1 rubygems