Froze rails gems
[depot.git] / vendor / rails / activerecord / test / migrations / duplicate / 3_foo.rb
1 class Foo < ActiveRecord::Migration
2 def self.up
3 end
4
5 def self.down
6 end
7 end