aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/to_copy2/2_create_comments.rb
blob: 0f048d90f704955ec0facb292bb4d64700314cbf (plain) (blame)
1
2
3
4
5
6
7
class CreateArticles < ActiveRecord::Migration
  def self.up
  end

  def self.down
  end
end