instance method
set_path
Ruby on Rails 1.3.0
Last seen in v1.3.0Signature
set_path(path)
No documentation comment.
Parameters
-
pathreq
Source
# File lib/global_id/uri/gid.rb, line 114
def set_path(path)
set_model_components(path) unless defined?(@model_name) && @model_id
super
end
Defined in lib/global_id/uri/gid.rb line 114
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in URI::GID