Sha256: 45c8f14b84b0bdab4283b3cabf69939cee634fd4908768810492e6e8cc3cccf4
Contents?: true
Size: 370 Bytes
Versions: 285
Compression:
Stored size: 370 Bytes
Contents
class Promethee::Rails::Engine < ::Rails::Engine initializer 'helper' do |app| ActiveSupport.on_load :action_view do include Promethee::Rails::Helper end end initializer 'assets' do |app| Rails.application.config.assets.precompile += %w( logo-promethee-vertical.svg logo-promethee-horizontal.svg icon-promethee.png icon-promethee.svg ) end end
Version data entries
285 entries across 285 versions & 1 rubygems