socialforge/db/migrate/20130911135608_addidentity_...

8 lines
97 B
Ruby

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