Sha256: 111ca5d357b2a5774201abbb0047e73e829f4ca6bd7098bcce9ddc60993d6608
Contents?: true
Size: 365 Bytes
Versions: 4
Compression:
Stored size: 365 Bytes
Contents
# frozen_string_literal: true module PicoApi module Generators module Commands class CreateConfigApplication < CreateTemplate private def destination_path '/config/application.rb' end def template_relative_path '/generators/templates/config/application.erb' end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems