提交 92c0af21 编写于 作者: Y yui-knk

[ci skip] Add an example to ActionView::Helpers::FormBuilder#label

上级 33f83401
......@@ -1668,6 +1668,7 @@ def fields_for(record_name, record_object = nil, fields_options = {}, &block)
# label(:post, :terms) do
# 'Accept <a href="/terms">Terms</a>.'.html_safe
# end
# # => <label for="post_terms">Accept <a href="/terms">Terms</a>.</label>
def label(method, text = nil, options = {}, &block)
@template.label(@object_name, method, text, objectify_options(options), &block)
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册