Sha256: 928cddc963ae7c362fce8f232b52715b1c387fa124be32d6102e039bd752f80a
Contents?: true
Size: 271 Bytes
Versions: 4
Compression:
Stored size: 271 Bytes
Contents
# -*- encoding : utf-8 -*- class InputType < Cardio::Migration::Transform def up Card::Cache.reset_all Card.ensure name: %i[all content_option_view], content: "smart_label" Card.search right: :content_option_view, left: { not: :all }, &:delete! end end
Version data entries
4 entries across 4 versions & 1 rubygems