Sha256: 3f31b09fcd7e2a1528348db63a7417a3edb0d579da2afa177da96a672107dfe9
Contents?: true
Size: 297 Bytes
Versions: 9
Compression:
Stored size: 297 Bytes
Contents
module SolidusSearchkick module Generators class InstallGenerator < Rails::Generators::Base source_root SolidusSearchkick.root def add_templates copy_file "app/views/spree/shared/_filters.html.erb", "app/views/spree/shared/_filters.html.erb" end end end end
Version data entries
9 entries across 9 versions & 1 rubygems