Sha256: 41b3bb5e434ea9f12d6fbe7fe3fecceb4f70c13201cd71c4c7ea385f823ebd79
Contents?: true
Size: 335 Bytes
Versions: 4
Compression:
Stored size: 335 Bytes
Contents
# frozen_string_literal: true module PicoApi module Generators module Commands class CreateConfigRu < CreateTemplate private def destination_path '/config.ru' end def template_relative_path '/generators/templates/config.ru.erb' end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems