Sha256: bf658beb3c2981934a4cf469ef0a829c34ae79deaef5cee42db3a3999a66d01d
Contents?: true
Size: 330 Bytes
Versions: 7
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
7 entries across 7 versions & 1 rubygems