Sha256: 24d31fdca973b04e53c848aa96180995d3dcd34b98813d7378743e41d71dc1f5

Contents?: true

Size: 391 Bytes

Versions: 12

Compression:

Stored size: 391 Bytes

Contents

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

class HeadRule < Cardio::Migration::Core
  def up
    update_card! :head, type_id: Card::SettingID
    ensure_card %i[all head],
                type_id: Card::HtmlID,
                content: "{{*head|core}}"
    ensure_card %i[head right help],
                content: "head tag content"
    ensure_card %i[head right default], type_id: Card::HtmlID
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
card-1.104.2 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.104.1 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.104.0 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.103.4 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.103.3 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.103.2 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.103.1 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.103.0 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.101.7 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.102.0 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.101.6 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.101.5 db/migrate_core_cards/20180712042655_head_rule.rb