Sha256: 2f84d43a53e65f20df37272647cff443c4b453c1f1e8da9863961c29c37864d6
Contents?: true
Size: 294 Bytes
Versions: 4
Compression:
Stored size: 294 Bytes
Contents
require 'rails/generators' class BlacklightRangeLimitGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) require File.expand_path('../assets_generator.rb', __FILE__) def copy_public_assets BlacklightRangeLimit::AssetsGenerator.start end end
Version data entries
4 entries across 4 versions & 1 rubygems