Module: OrbitalFields::ShortId

Extended by:
ActiveSupport::Concern
Defined in:
lib/orbital_fields/short_id.rb

Defined Under Namespace

Modules: ClassMethods

Instance Method Summary collapse

Instance Method Details

#short_idObject



16
17
18
# File 'lib/orbital_fields/short_id.rb', line 16

def short_id
  id.to_s.hex.to_base_36.downcase
end

#to_paramObject



20
21
22
# File 'lib/orbital_fields/short_id.rb', line 20

def to_param
  short_id
end