aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy_with_timestamps2/20090101010202_create_comments.rb
blob: d361847d4b291735e15be85095132daeae48ce5d (plain) (blame)
1
2
3
4
5
6
7
class CreateComments < ActiveRecord::Migration::Current
  def self.up
  end

  def self.down
  end
end