Class: ActiveRecord::Generators::CommentBoxGenerator

Inherits:
Base
  • Object
show all
Defined in:
lib/generators/active_record/comment_box_generator.rb

Instance Method Summary collapse

Instance Method Details

#copy_comment_box_migrationObject



8
9
10
# File 'lib/generators/active_record/comment_box_generator.rb', line 8

def copy_comment_box_migration
  migration_template 'migration.rb', "db/migrate/comment_box_create_#{table_name}.rb"
end