Sha256: 2306411dac5c81e08f621cc269ce81be95997dd9970253b159f2ce1cd14d395b
Contents?: true
Size: 296 Bytes
Versions: 30
Compression:
Stored size: 296 Bytes
Contents
# frozen_string_literal: true module Totoro class ConfigGenerator < Rails::Generators::Base source_root File.expand_path('templates', __dir__) desc 'Generate totoro config file' def copy_config_file template 'totoro.yml', File.join('config', 'totoro.yml') end end end
Version data entries
30 entries across 29 versions & 1 rubygems