Module: ActiveUxid::Record::Hash

Extended by:
ActiveSupport::Concern
Defined in:
lib/active_uxid/record/hash.rb

Instance Method Summary collapse

Instance Method Details

#uxid_to_idObject



17
18
19
20
21
# File 'lib/active_uxid/record/hash.rb', line 17

def uxid_to_id
  return unless respond_to?(:uxid)

  ActiveUxid::Hash.decode(uxid)
end