Sha256: 32293b11fe175ad888a3e0dfa4521ac6e0b9d115aba0cbed35579ab122914e8d
Contents?: true
Size: 330 Bytes
Versions: 45
Compression:
Stored size: 330 Bytes
Contents
# frozen_string_literal: true require 'rails/generators' module Lite module Ruby class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def copy_initializer_file copy_file('install.rb', 'config/initializers/lite_ruby.rb') end end end end
Version data entries
45 entries across 45 versions & 1 rubygems