Class: DayPlanner::Generators::LogGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- DayPlanner::Generators::LogGenerator
- Includes:
- Rails::Generators::Migration
- Defined in:
- lib/day_planner/generators/day_planner_generator.rb
Instance Method Summary collapse
Instance Method Details
#copy_migrations ⇒ Object
11 12 13 |
# File 'lib/day_planner/generators/day_planner_generator.rb', line 11 def copy_migrations copy_migration "create_day_planner_log" end |