Class: BucketMaker::Generators::InstallGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/bucket_maker/install_generator.rb

Overview

Installs the initializer

Instance Method Summary collapse

Instance Method Details

#copy_initializerObject

Copies the initializer bucket_maker from the templates and pastes



14
15
16
# File 'lib/generators/bucket_maker/install_generator.rb', line 14

def copy_initializer
  template "bucket_maker.rb", "config/initializers/bucket_maker.rb"
end