Sha256: a1c41d69db69da29f8ab1248ef29104195dabf56245fc72026371a6990810d74

Contents?: true

Size: 399 Bytes

Versions: 5

Compression:

Stored size: 399 Bytes

Contents

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

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

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
card-1.101.4 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.101.3 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.101.2 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.101.1 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.101.0 db/migrate_core_cards/20180712042655_head_rule.rb