phobos/phobos_db_checkpoint

View on GitHub
templates/new_migration.rb.erb

Summary

Maintainability
Test Coverage
class <%= @new_migration_class_name %> < ActiveRecord::Migration[<%= ActiveRecord::Migration.current_version %>]
  def up
  end

  def down
  end
end