socialforge/db/migrate/20160115022341_add_excellen...

8 lines
88 B
Ruby

class AddExcellentCourse < ActiveRecord::Migration
def up
end
def down
end
end