instance method
locate
Ruby on Rails 1.3.0
Last seen in v1.3.0Signature
locate(gid, options = {})
No documentation comment.
Parameters
-
gidreq -
optionsopt = {}
Source
# File lib/global_id/locator.rb, line 212
def locate(gid, options = {})
unscoped(gid.model_class) { super }
end
Defined in lib/global_id/locator.rb line 212
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in GlobalID::Locator::UnscopedLocator