instance method
check_path
Ruby on Rails 1.3.0
Last seen in v1.3.0 PrivateSignature
check_path(path)
No documentation comment.
Parameters
-
pathreq
Source
# File lib/global_id/uri/gid.rb, line 143
def check_path(path)
validate_component(path)
set_model_components(path, true)
end
Defined in lib/global_id/uri/gid.rb line 143
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in URI::GID