Sha256: 59f979bf3caee646852272c833661b10ea04092e392623af058bedcfd892f83e
Contents?: true
Size: 437 Bytes
Versions: 8
Compression:
Stored size: 437 Bytes
Contents
# -*- encoding : utf-8 -*- class EnsureDescriptionCard < Card::Migration def up ensure_card "description", codename: :description # Following two appear in other migrations but previously had errors # that may persist in some databases. ensure_card %i[all content_option_view], content: "smart_label" ensure_card "*account settings", codename: "account_settings", type_id: Card::BasicID end end
Version data entries
8 entries across 8 versions & 1 rubygems