Sha256: 8b8d93c94a228f1c6ee22d5ef964c56d5276446673060781f0aadc8b03b33469
Contents?: true
Size: 434 Bytes
Versions: 24
Compression:
Stored size: 434 Bytes
Contents
format :html do view :core do return super() if voo.hide? :test_context card.with_context test_context_card do super() end end def test_context_card (tc = card.left.fetch(trait: :test_context)) && tc.item_cards.first end end format :email_html do view :core do voo.hide! :test_context super() end end format :email_text do view :core do voo.hide! :test_context super() end end
Version data entries
24 entries across 24 versions & 1 rubygems