aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/quiz/questions
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-03-07 14:05:18 -0600
committerJoshua Peek <josh@joshpeek.com>2009-03-07 14:05:18 -0600
commitea8488caef77cb8cf2031d344e74981ab6ea0e57 (patch)
treed5aa0502f58ef3354c2baaed0779b19f11b4aa24 /actionpack/test/fixtures/quiz/questions
parent87e8b162463f13bd50d27398f020769460a770e3 (diff)
downloadrails-ea8488caef77cb8cf2031d344e74981ab6ea0e57.tar.gz
rails-ea8488caef77cb8cf2031d344e74981ab6ea0e57.tar.bz2
rails-ea8488caef77cb8cf2031d344e74981ab6ea0e57.zip
Fixed simplified render with nested models [#2042 state:resolved]
Diffstat (limited to 'actionpack/test/fixtures/quiz/questions')
-rw-r--r--actionpack/test/fixtures/quiz/questions/_question.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/quiz/questions/_question.html.erb b/actionpack/test/fixtures/quiz/questions/_question.html.erb
new file mode 100644
index 0000000000..fb4dcfee64
--- /dev/null
+++ b/actionpack/test/fixtures/quiz/questions/_question.html.erb
@@ -0,0 +1 @@
+<%= question.name %> \ No newline at end of file