Sha256: 9ff6993c222eb1d96102a933eb8ba0e598d905af6ed2bf824f849d253faf7fb5
Contents?: true
Size: 295 Bytes
Versions: 17
Compression:
Stored size: 295 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
17 entries across 17 versions & 1 rubygems