Sha256: 5a9025938f528d45d0a1225adcc44779fee16f4e511538fc091b56584c56d4b3
Contents?: true
Size: 302 Bytes
Versions: 9
Compression:
Stored size: 302 Bytes
Contents
# frozen_string_literal: true 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
9 entries across 9 versions & 1 rubygems