Sha256: cf5ff2e702f92fa7eed4953ef9bc3a87b048bb448759dddee368ec191a7fb634
Contents?: true
Size: 207 Bytes
Versions: 12
Compression:
Stored size: 207 Bytes
Contents
# -*- encoding : utf-8 -*- class ResetAccountRequestType < Cardio::Migration::Core def up arcard = Card[:signup] arcard.update type_id: Card::CardtypeID if arcard.type_code != :cardtype end end
Version data entries
12 entries across 12 versions & 1 rubygems