Sha256: b0c40ebca94b96a686f995eaa7e93101f995972bbe7e8791b99f29a5135dca69
Contents?: true
Size: 307 Bytes
Versions: 8
Compression:
Stored size: 307 Bytes
Contents
# -*- encoding : utf-8 -*- class CardtypeGrouping < Card::Migration::Core CONTENT = <<-EOT {{+description|content}} {{_|add_button}} {{_|configure_button}} {{_|grouped_list}} EOT def up ensure_card [:cardtype, :self, :structure], content: CONTENT end end
Version data entries
8 entries across 8 versions & 1 rubygems