Sha256: 8a8cd9135eeabacc1ce3a4665eca7517e1dd38f17c543a42322e88d1d4a232e2
Contents?: true
Size: 416 Bytes
Versions: 29
Compression:
Stored size: 416 Bytes
Contents
class Views::CaptureSystemSpec::WidgetContentFor < Fortitude::Widgets::Html5 def content content_for :bar do h3 "this is content for bar!" end content_for :foo do h5 "this is content for foo!" end h4 "this is main_content!" content_for :foo do h5 "this is more content for foo!" end content_for :bar do h3 "this is more content for bar!" end end end
Version data entries
29 entries across 29 versions & 1 rubygems