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

  def self.down
  end
end