Sha256: 901d62df707d0ea537119f5d4bd589f78eab7ba3929aa9ba6b8e9118ad18e3ab
Contents?: true
Size: 222 Bytes
Versions: 29
Compression:
Stored size: 222 Bytes
Contents
class Views::DataPassingSystemSpec::ParentToChildPassingPartial < Fortitude::Widgets::Html5 def content p "parent before" render :partial => 'parent_to_child_passing_partial_child' p "parent after" end end
Version data entries
29 entries across 29 versions & 1 rubygems