Sha256: d016e7c4ce16e6e9c7122b4aed67229f3290e21423f6f8854ae6c06678f1db72
Contents?: true
Size: 164 Bytes
Versions: 22
Compression:
Stored size: 164 Bytes
Contents
class Views::Layouts::MailLayout < Fortitude::Widgets::Html5 def content p "this is the layout, before" yield p "this is the layout, after" end end
Version data entries
22 entries across 22 versions & 1 rubygems