Sha256: b34a3232ad6857fe5e09eabdb91c2d71e0afa14d4c3c49fb79065901303ff000
Contents?: true
Size: 206 Bytes
Versions: 29
Compression:
Stored size: 206 Bytes
Contents
class Views::Layouts::Application < Fortitude::Widgets::Html5 def content html do head do title "widget_default_layout" end body do yield end end end end
Version data entries
29 entries across 29 versions & 1 rubygems