1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix typo in nodoc should be :nodoc: for RDoc to parse correctly

This commit is contained in:
Zachary Scott 2014-12-17 17:03:29 -08:00
parent 227b3f32fe
commit 3f6a472d92

View file

@ -86,7 +86,7 @@ module ActionController
new name, format, include, exclude, nil, nil
end
def initialize(name, format, include, exclude, klass, model) # nodoc
def initialize(name, format, include, exclude, klass, model) # :nodoc:
super
@include_set = include
@name_set = name