Sha256: 07371fe4cb18793051983063f4397712fe170943f30ecff28120b66ff79d6b6f
Contents?: true
Size: 256 Bytes
Versions: 6
Compression:
Stored size: 256 Bytes
Contents
module ActiveGenerator class InstallGenerator < Rails::Generators::Base source_root File.expand_path('../templates', __FILE__) def copy_initializer_file copy_file('install.rb', 'config/initializers/active_generator.rb') end end end
Version data entries
6 entries across 6 versions & 1 rubygems