Sha256: 7c3fdd5a3d3f3abaf1cd8796d4d4f8fad274bff48fc27c91e6927209d4838d5c
Contents?: true
Size: 256 Bytes
Versions: 11
Compression:
Stored size: 256 Bytes
Contents
module Chewy module Generators class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../../templates", __FILE__) def copy_configuration template "chewy.yml", "config/chewy.yml" end end end end
Version data entries
11 entries across 11 versions & 1 rubygems