From b812b236876ab7a6bd1f3e58a1aa71847394f3a1 Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Wed, 16 Jan 2008 02:01:57 +0000 Subject: Make render :partial recognise form builders and use the _form partial. Closes #10814 [djanowski] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8646 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/fixtures/test/_form.erb | 1 + actionpack/test/fixtures/test/_labelling_form.erb | 1 + 2 files changed, 2 insertions(+) create mode 100644 actionpack/test/fixtures/test/_form.erb create mode 100644 actionpack/test/fixtures/test/_labelling_form.erb (limited to 'actionpack/test/fixtures') diff --git a/actionpack/test/fixtures/test/_form.erb b/actionpack/test/fixtures/test/_form.erb new file mode 100644 index 0000000000..01107f1cb2 --- /dev/null +++ b/actionpack/test/fixtures/test/_form.erb @@ -0,0 +1 @@ +<%= form.label :title %> diff --git a/actionpack/test/fixtures/test/_labelling_form.erb b/actionpack/test/fixtures/test/_labelling_form.erb new file mode 100644 index 0000000000..1b95763165 --- /dev/null +++ b/actionpack/test/fixtures/test/_labelling_form.erb @@ -0,0 +1 @@ +<%= labelling_form.label :title %> -- cgit v1.2.3