Sha256: 23ab630f376c8616bd317d7e1fb5189e677bf07242ed62272cee7c6ec0cca956
Contents?: true
Size: 409 Bytes
Versions: 20
Compression:
Stored size: 409 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 card.left.fetch(:test_context)&.item_card 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
20 entries across 20 versions & 1 rubygems