instance method
query
Ruby on Rails 3.2.22.5
Since v3.0.20 Last seen in v6.1.7.10Signature
query(path, exts, formats, outside_app_allowed)
No documentation comment.
Parameters
-
pathreq -
extsreq -
formatsreq -
outside_app_allowedreq
Source
# File actionpack/lib/action_view/testing/resolvers.rb, line 43
def query(path, exts, formats, outside_app_allowed)
handler, format = extract_handler_and_format(path, formats)
[ActionView::Template.new("Template generated by Null Resolver", path, handler, :virtual_path => path, :format => format)]
end
Defined in actionpack/lib/action_view/testing/resolvers.rb line 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView::NullResolver