Class: EbookGeneratorGenerator

Inherits:
ActiveRecord::Generators::Base
  • Object
show all
Defined in:
lib/generators/ebook_generator_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_filesObject

Copies the migration template to db/migrate.



10
11
12
# File 'lib/generators/ebook_generator_generator.rb', line 10

def copy_files
  migration_template 'migration.rb', 'db/migrate/create_ebook_generator_tables.rb'
end

#create_initializerObject



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

def create_initializer
  copy_file 'initializer.rb', 'config/initializers/ebook_generator.rb'
end