aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/duplicate/3_foo.rb
blob: 916fe580fa5b50bb4034f378a146c1d4772ed902 (plain) (blame)
1
2
3
4
5
6
7
class Foo < ActiveRecord::Migration
  def self.up
  end

  def self.down
  end
end