Sha256: 4bbe765ef9fd9325255e46848ea64920a43e1fd87ac63633e296d57f12c2f438
Contents?: true
Size: 572 Bytes
Versions: 8
Compression:
Stored size: 572 Bytes
Contents
# -*- encoding : utf-8 -*- class AddGuides < Cardio::Migration GUIDE = <<-MD.strip_heredoc #### Editing Guide This default guide will appear in the full editor view of any card without more specific guidance. You can use it to put forward principles of style, rules of conduct, or any other help text you think may be of use to persons editing content. Guide content can be edited in [[\\*guide\\|\\*guide rules]]. MD def up Card.ensure name: "*guide", codename: "guide", type_id: Card::SettingID Card::Cache.reset_all end end
Version data entries
8 entries across 8 versions & 1 rubygems