Sha256: 2decb5010dd9042ba153746e5127a22bb3452f736be5babfa35216e603a030c3

Contents?: true

Size: 397 Bytes

Versions: 4

Compression:

Stored size: 397 Bytes

Contents

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

class HeadRule < Card::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

4 entries across 4 versions & 1 rubygems

Version Path
card-1.99.3 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.99.2 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.99.1 db/migrate_core_cards/20180712042655_head_rule.rb
card-1.99.0 db/migrate_core_cards/20180712042655_head_rule.rb