instance method
to_signed_global_id
Ruby on Rails 1.1.0
Last seen in v1.3.0Signature
to_signed_global_id(options = {})
No documentation comment.
Parameters
-
optionsopt = {}
Source
# File lib/global_id/identification.rb, line 12
def to_signed_global_id(options = {})
SignedGlobalID.create(self, options)
end
Defined in lib/global_id/identification.rb line 12
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in GlobalID::Identification