socialforge/db/migrate/20140526031949_create_proje...

8 lines
102 B
Ruby
Raw Normal View History

2014-05-26 16:37:06 +08:00
class CreateProjectingSoftapplications < ActiveRecord::Migration
def up
end
def down
end
end