module ObfuscatedIdentifier

Constants

VERSION

Public Instance Methods

to_identifier() click to toggle source
# File lib/obfuscated_identifier.rb, line 11
def to_identifier
  self.class.to_identifier(id)
end
to_param() click to toggle source
# File lib/obfuscated_identifier.rb, line 7
def to_param
  to_identifier
end