instance method
locate_many
Ruby on Rails 1.3.0
Last seen in v1.3.0Signature
locate_many(gids, options = {})
No documentation comment.
Parameters
-
gidsreq -
optionsopt = {}
Source
# File lib/global_id/locator.rb, line 241
def locate_many(gids, options = {})
gids.map { |gid| locate(gid, options) }
end
Defined in lib/global_id/locator.rb line 241
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in GlobalID::Locator::BlockLocator