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