Sha256: baa33a0992253fadfe1ae287cd5191c707b61a4ba74f05fad00630c9347d4a55
Contents?: true
Size: 358 Bytes
Versions: 4
Compression:
Stored size: 358 Bytes
Contents
# frozen_string_literal: true module PicoApi module Generators module Commands class CreateConfigDatabaseYml < CopyTemplate private def destination_path '/config/database.yml' end def template_relative_path '/generators/templates/config/database.yml' end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems