提交 2227064b 编写于 作者: D David Morton

Fix incorrect example for fields_for - without the '=' it will not output anything.

上级 f09c84ca
......@@ -342,7 +342,7 @@ def convert_to_model(object)
# Example:
#
# <%= form_for(@post) do |f| %>
# <% f.fields_for(:comments, :include_id => false) do |cf| %>
# <%= f.fields_for(:comments, :include_id => false) do |cf| %>
# ...
# <% end %>
# <% end %>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册