class method
self.pick_purpose
Ruby on Rails 1.2.1
Last seen in v1.3.0Signature
self.pick_purpose(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File lib/global_id/signed_global_id.rb, line 24
def pick_purpose(options)
options.fetch :for, DEFAULT_PURPOSE
end
Defined in lib/global_id/signed_global_id.rb line 24
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in SignedGlobalID