Flowdock
method

is_uri?

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: AssetPaths
is_uri?(path) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionpack/lib/action_view/asset_paths.rb, line 39
    def is_uri?(path)
      path =~ %{^[-a-z]+://|^cid:|^//}
    end
Register or log in to add new notes.