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