Skip to content

Commit

Permalink
Merge pull request #14875 from prathamesh-sonpatki/fix-extract-handle…
Browse files Browse the repository at this point in the history
…r-format-variant-doc

Fix documentation of extract_handler_and_format_and_variant [ci skip]
  • Loading branch information
laurocaetano committed Apr 26, 2014
2 parents 856ea2a + 1d6fb05 commit 8230745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionview/lib/action_view/template/resolver.rb
Expand Up @@ -228,7 +228,7 @@ def mtime(p)
File.mtime(p) File.mtime(p)
end end


# Extract handler and formats from path. If a format cannot be a found neither # Extract handler, formats and variant from path. If a format cannot be found neither
# from the path, or the handler, we should return the array of formats given # from the path, or the handler, we should return the array of formats given
# to the resolver. # to the resolver.
def extract_handler_and_format_and_variant(path, default_formats) def extract_handler_and_format_and_variant(path, default_formats)
Expand Down

0 comments on commit 8230745

Please sign in to comment.