diff options
Diffstat (limited to 'actionview/test/fixtures/actionpack/layouts/_column.html.erb')
-rw-r--r-- | actionview/test/fixtures/actionpack/layouts/_column.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/actionpack/layouts/_column.html.erb b/actionview/test/fixtures/actionpack/layouts/_column.html.erb new file mode 100644 index 0000000000..96db002b8a --- /dev/null +++ b/actionview/test/fixtures/actionpack/layouts/_column.html.erb @@ -0,0 +1,2 @@ +<div id="column"><%= yield :column %></div> +<div id="content"><%= yield %></div>
\ No newline at end of file |