Sha256: f76b87fb9e647af974cdefd023a9bc28aba1a21edc85643f6fc3d5ea55c84c5d
Contents?: true
Size: 229 Bytes
Versions: 14
Compression:
Stored size: 229 Bytes
Contents
# -*- encoding : utf-8 -*- class ResetAccountRequestType < Card::CoreMigration def up arcard = Card[:signup] if arcard.type_code != :cardtype arcard.update_attributes type_id: Card::CardtypeID end end end
Version data entries
14 entries across 14 versions & 1 rubygems