Sha256: 4bf552af72daca2344d926ba6fcf2f5a28ba95ecb0a0d347f800c735bf94f377
Contents?: true
Size: 225 Bytes
Versions: 1
Compression:
Stored size: 225 Bytes
Contents
module Noodall module Articles class Engine < Rails::Engine initializer "Add assets to precomiler" do |app| app.config.assets.precompile += %w( noodall-articles/categories.js ) end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noodall-articles-1.0.0 | lib/noodall/articles/engine.rb |