aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails_generator/generators/components/migration/templates/migration.rb
blob: 9d0e53062f697016bed1c121f0f7ba2c1b52acf2 (plain) (blame)
1
2
3
4
5
6
7
class <%= class_name %> < ActiveRecord::Migration
  def self.up
  end

  def self.down
  end
end