Sha256: 4c25ddf981f1cc429b1e4d6b98425c5031f8d53b03b06fae6a88199678db35df

Contents?: true

Size: 309 Bytes

Versions: 5

Compression:

Stored size: 309 Bytes

Contents

# -*- encoding : utf-8 -*-

class CardtypeGrouping < Cardio::Migration::Core
  CONTENT =
    <<-EOT
      {{+description|content}}
      
      {{_|add_button}} {{_|configure_button}}
      
      {{_|grouped_list}}
    EOT

  def up
    ensure_card [:cardtype, :self, :structure], content: CONTENT
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
card-1.101.4 db/migrate_core_cards/20190829093961_cardtype_grouping.rb
card-1.101.3 db/migrate_core_cards/20190829093961_cardtype_grouping.rb
card-1.101.2 db/migrate_core_cards/20190829093961_cardtype_grouping.rb
card-1.101.1 db/migrate_core_cards/20190829093961_cardtype_grouping.rb
card-1.101.0 db/migrate_core_cards/20190829093961_cardtype_grouping.rb