Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / activerecord / test / migrations / duplicate_names / 20080507052938_chunky.rb
1 class Chunky < ActiveRecord::Migration
2 def self.up
3 end
4
5 def self.down
6 end
7 end