method
is_uri?
v3.0.0 -
Show latest stable
- Class:
ActionView::Helpers::AssetTagHelper
is_uri?(path)private
No documentation available.
# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 753
def is_uri?(path)
path =~ %r{^[-a-z]+://|^cid:}
end