Sha256: e5672907138982847c2cced47e3f1d4e839f8e348460d344e5ffa3faccd21203
Contents?: true
Size: 308 Bytes
Versions: 14
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module Lite module Command class InstallGenerator < Rails::Generators::Base source_root File.expand_path("../templates", __FILE__) def copy_initializer_file copy_file("install.rb", "config/initializers/lite_command.rb") end end end end
Version data entries
14 entries across 14 versions & 1 rubygems