Sha256: a87848a86611f68b29cb3db8d858abce3bac57dc47196bf316aab083883128c4
Contents?: true
Size: 342 Bytes
Versions: 4
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true module PicoApi module Generators module Commands class CreateConfigBoot < CopyTemplate private def destination_path '/config/boot.rb' end def template_relative_path '/generators/templates/config/boot.erb' end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems