Sha256: c6f1682bd236c1027cbf494a4f8d337cb5dbc38996ffa0b0d757dbab21ceed0c
Contents?: true
Size: 342 Bytes
Versions: 6
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true require 'rails/generators' module Lite module Command class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def copy_application_query_file copy_file('install.rb', 'app/commands/application_command.rb') end end end end
Version data entries
6 entries across 6 versions & 1 rubygems