Skip to content

Commit

Permalink
Remove nodoc from FormBuilder because the methods inside are public A…
Browse files Browse the repository at this point in the history
…PI methods
  • Loading branch information
radar committed Dec 12, 2010
1 parent a6faeff commit a6bc1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_view/helpers/form_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ class InstanceTag
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'])
Expand Down

0 comments on commit a6bc1f9

Please sign in to comment.