aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/duplicate_names/20080507052938_chunky.rb
blob: 5fe5089e18fc8c970c0d3ebdbc929c72073b9b53 (plain) (blame)
1
2
3
4
5
6
7
class Chunky < ActiveRecord::Migration
  def self.up
  end

  def self.down
  end
end