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