Sha256: f0eea3b03d20ff68e2fbc3f9dff95a3c4e1d792e2ce21f0eda1bc82c1455d7ce
Contents?: true
Size: 421 Bytes
Versions: 32
Compression:
Stored size: 421 Bytes
Contents
module Burp class Engine < ::Rails::Engine isolate_namespace Burp config.autoload_paths << File.expand_path("../../../app/lib", __FILE__) # Enabling assets precompiling under rails 3.1 if Rails.version >= '3.1' initializer :assets do |config| Rails.application.config.assets.precompile += %w( burp/editing.css burp/editing.js burp/cms_helper.js) end end end end
Version data entries
32 entries across 32 versions & 1 rubygems