Sha256: 6e88d3be6e5e8895ecea5ed7eada78c168c4b741286d8172f305dc0b1503910e
Contents?: true
Size: 294 Bytes
Versions: 8
Compression:
Stored size: 294 Bytes
Contents
# -*- encoding : utf-8 -*- class AddCardtypeInputTypes < Cardio::Migration::Core def up Card.ensure name: %i[input_type right default], type_id: Card::PointerID Card.ensure name: %i[content_option_view right default], type_id: "smart label" end end
Version data entries
8 entries across 8 versions & 1 rubygems