Sha256: 71b2cef5fca4df2eabb0d2c9033efcb11533a74e1342883aa86f7c93f9daf3f0
Contents?: true
Size: 536 Bytes
Versions: 60
Compression:
Stored size: 536 Bytes
Contents
# -*- encoding : utf-8 -*- class AddRecentSettingSessionCard < Card::Migration::Core def up Card.create!( name: "*recent settings", codename: "recent_settings", type_code: :pointer, subcards: { "+*self+*options" => { type_code: :search_type, content: '{"type":"setting"}' }, "+*self+*update" => { content: "[[Anyone]]" }, "+*self**create" => { content: "[[Anyone]]" }, "+*self**read" => { content: "[[Anyone]]" } } ) end end
Version data entries
60 entries across 60 versions & 1 rubygems