Sha256: 257f6cdd63510a9a1e5373313ae521b9dd24455acec9b43b8f67259f78ee2f1d
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 Bytes
Contents
require 'blacklight' require 'blacklight_range_limit' require 'rails' module BlacklightRangeLimit class Engine < Rails::Engine # Need to tell asset pipeline to precompile the excanvas # we use for IE. initializer "blacklight_range_limit.assets", :after => "assets" do Rails.application.config.assets.precompile += %w( flot/excanvas.min.js ) end end end
Version data entries
4 entries across 4 versions & 1 rubygems