Sha256: 6ca95c04015315c305913d43a8df8e3f057207a6332c9935e1b2733e4545c2d1
Contents?: true
Size: 313 Bytes
Versions: 29
Compression:
Stored size: 313 Bytes
Contents
class Views::RenderingContextSystemSpec::UsesSpecifiedContextThroughNesting < Fortitude::Widgets::Html5 def content p "view rc: #{rendering_context.class.name}, #{rendering_context.the_value}, #{rendering_context.object_id}" render :partial => 'uses_specified_context_through_nesting_partial' end end
Version data entries
29 entries across 29 versions & 1 rubygems