Sha256: b8805e0f85469a88d8b9a403b041f24d68b2235f3de0e3ad46e72d9508a0280a
Contents?: true
Size: 429 Bytes
Versions: 60
Compression:
Stored size: 429 Bytes
Contents
# -*- encoding : utf-8 -*- class AttachmentUploadCards < Card::Migration::Core def up Card.create! name: "*new file", type: "File", codename: "new_file", empty_ok: true Card.create! name: "*new image", type: "Image", codename: "new_image", empty_ok: true if (js_output = Card["*all+*script+*machine output"]) # perhaps too narrow? js_output.delete! end end end
Version data entries
60 entries across 60 versions & 1 rubygems