mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove nodoc from FormBuilder because the methods inside are public API methods
This commit is contained in:
parent
a6faeffe59
commit
a6bc1f9be4
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ module ActionView
|
||||||
include InstanceTagMethods
|
include InstanceTagMethods
|
||||||
end
|
end
|
||||||
|
|
||||||
class FormBuilder #:nodoc:
|
class FormBuilder
|
||||||
# The methods which wrap a form helper call.
|
# The methods which wrap a form helper call.
|
||||||
class_attribute :field_helpers
|
class_attribute :field_helpers
|
||||||
self.field_helpers = (FormHelper.instance_method_names - ['form_for'])
|
self.field_helpers = (FormHelper.instance_method_names - ['form_for'])
|
||||||
|
|
Loading…
Reference in a new issue