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:
parent
e1dd284614
commit
c22a550f2e
1 changed files with 15 additions and 16 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue