From 7fd2f6b25b2abd48a7292f7598e53ebd357e24f7 Mon Sep 17 00:00:00 2001 From: Gibheer Date: Wed, 27 Feb 2013 22:27:02 +0100 Subject: reworked the renderer The renderer is now a bit smaller and asks the TemplateFinder for the actual resources. That way it can just concentrate on rendering instead of finding out, which stuff actually exists and which not. --- spec/fixtures/templates/special_layout.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spec/fixtures/templates/special_layout.html.erb (limited to 'spec/fixtures/templates') diff --git a/spec/fixtures/templates/special_layout.html.erb b/spec/fixtures/templates/special_layout.html.erb new file mode 100644 index 0000000..4288509 --- /dev/null +++ b/spec/fixtures/templates/special_layout.html.erb @@ -0,0 +1,3 @@ +special layout loaded + +<%= yield %> -- cgit v1.2.3-70-g09d2