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

fix a comment in atom_feed_helper.rb

This commit is contained in:
白井 健太 2016-03-16 19:51:53 +09:00
parent 773d15e902
commit 85119f5909

View file

@ -132,7 +132,7 @@ module ActionView
end
private
# Delegate to xml builder, first wrapping the element in a xhtml
# Delegate to xml builder, first wrapping the element in an xhtml
# namespaced div element if the method and arguments indicate
# that an xhtml_block? is desired.
def method_missing(method, *arguments, &block)