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

Fix nodoc comment

This commit is contained in:
Rafael Mendonça França 2012-10-07 00:14:35 -03:00
parent e1dd284614
commit c22a550f2e

View file

@ -113,8 +113,7 @@ module ActionView
nil nil
end end
#:nodoc: def fragment_name_with_digest(name) #:nodoc:
def fragment_name_with_digest(name)
if @virtual_path if @virtual_path
[ [
*Array(name.is_a?(Hash) ? controller.url_for(name).split("://").last : name), *Array(name.is_a?(Hash) ? controller.url_for(name).split("://").last : name),