class TrackerJacker::Generators::MigrationGenerator
Public Instance Methods
generate_files()
click to toggle source
Create migration in project's folder
# File lib/generators/tracker_jacker/migration/migration_generator.rb, line 10 def generate_files migration_template 'migration.rb', "db/migrate/#{name}.rb" end