class method
self.find
Ruby on Rails 1.1.0
Last seen in v1.3.0Signature
self.find(gid, options = {})
No documentation comment.
Parameters
-
gidreq -
optionsopt = {}
Source
# File lib/global_id/global_id.rb, line 21
def find(gid, options = {})
parse(gid, options).try(:find, options)
end
Defined in lib/global_id/global_id.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in GlobalID