diff options
author | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-10-16 10:34:09 -0500 |
---|---|---|
committer | Mike Gunderloy <MikeG1@larkfarm.com> | 2008-10-16 10:34:09 -0500 |
commit | ecfcb498d09dd4c618776c10a07977fd3b8dd4f0 (patch) | |
tree | 2f24d2f31ab428366b3cbbbd94e1ca7a664df218 /railties | |
parent | 9d270e4b99ae0cd74ac814a0bad72e4427155ddf (diff) | |
download | rails-ecfcb498d09dd4c618776c10a07977fd3b8dd4f0.tar.gz rails-ecfcb498d09dd4c618776c10a07977fd3b8dd4f0.tar.bz2 rails-ecfcb498d09dd4c618776c10a07977fd3b8dd4f0.zip |
Marking layout guide completed
Diffstat (limited to 'railties')
-rw-r--r-- | railties/doc/guides/actionview/layouts_and_rendering.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/doc/guides/actionview/layouts_and_rendering.txt b/railties/doc/guides/actionview/layouts_and_rendering.txt index 01fd8256f4..00f9dbbdd9 100644 --- a/railties/doc/guides/actionview/layouts_and_rendering.txt +++ b/railties/doc/guides/actionview/layouts_and_rendering.txt @@ -715,6 +715,7 @@ Rails will render the +_product_ruler+ partial (with no data passed in to it) be http://rails.lighthouseapp.com/projects/16213-rails-guides/tickets/15[Lighthouse ticket] +* October 16, 2008: Ready for publication by link:../authors.html#mgunderloy[Mike Gunderloy] * October 4, 2008: Additional info on partials (+:object+, +:as+, and +:spacer_template+) by link:../authors.html#mgunderloy[Mike Gunderloy] (not yet approved for publication) * September 28, 2008: First draft by link:../authors.html#mgunderloy[Mike Gunderloy] (not yet approved for publication) |