Class: ActiveRecord::Generators::CommentBoxGenerator
- Inherits:
-
Base
- Object
- Base
- ActiveRecord::Generators::CommentBoxGenerator
- Defined in:
- lib/generators/active_record/comment_box_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_comment_box_migration ⇒ Object
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 |