socialforge/db/migrate/20130911140019_removeidenti...

8 lines
102 B
Ruby

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