Sha256: c195364045cdd1592f2e8575d82c1de92be71446ffb886ab1e9d67fa966fc156

Contents?: true

Size: 150 Bytes

Versions: 18

Compression:

Stored size: 150 Bytes

Contents

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

  def down
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
phobos_db_checkpoint-3.4.0 templates/new_migration.rb.erb
phobos_db_checkpoint-3.3.0 templates/new_migration.rb.erb
phobos_db_checkpoint-3.2.0 templates/new_migration.rb.erb
phobos_db_checkpoint-3.1.0 templates/new_migration.rb.erb
phobos_db_checkpoint-3.0.0 templates/new_migration.rb.erb
phobos_db_checkpoint-2.4.0 templates/new_migration.rb.erb
phobos_db_checkpoint-2.3.1 templates/new_migration.rb.erb
phobos_db_checkpoint-2.3.0 templates/new_migration.rb.erb
phobos_db_checkpoint-2.2.0 templates/new_migration.rb.erb
phobos_db_checkpoint-2.1.0 templates/new_migration.rb.erb
phobos_db_checkpoint-2.0.0 templates/new_migration.rb.erb
phobos_db_checkpoint-2.0.0.rc1 templates/new_migration.rb.erb
phobos_db_checkpoint-1.1.0 templates/new_migration.rb.erb
phobos_db_checkpoint-1.0.0 templates/new_migration.rb.erb
phobos_db_checkpoint-0.5.0 templates/new_migration.rb.erb
phobos_db_checkpoint-0.4.0 templates/new_migration.rb.erb
phobos_db_checkpoint-0.3.0 templates/new_migration.rb.erb
phobos_db_checkpoint-0.2.0 templates/new_migration.rb.erb