1
0
Fork 0
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:
Ryan Bigg 2010-12-13 07:02:37 +10:00
parent a6faeffe59
commit a6bc1f9be4

View file

@ -1115,7 +1115,7 @@ module ActionView
include InstanceTagMethods
end
class FormBuilder #:nodoc:
class FormBuilder
# The methods which wrap a form helper call.
class_attribute :field_helpers
self.field_helpers = (FormHelper.instance_method_names - ['form_for'])