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