Sha256: ecb54c74859ce0fe1adb15366bdf78885f920938f2b25ca649463f02aa82b2ea
Contents?: true
Size: 268 Bytes
Versions: 29
Compression:
Stored size: 268 Bytes
Contents
class Views::RenderingSystemSpec::RenderTemplateFromWidget < Fortitude::Widgets::Html5 def content p "this is the widget" render :template => "rendering_system_spec/widget_with_name", :locals => { :name => "Fred" } p "this is the widget again" end end
Version data entries
29 entries across 29 versions & 1 rubygems