Method: Dataclips.hashids

Defined in:
lib/dataclips.rb

.hashidsObject



42
43
44
# File 'lib/dataclips.rb', line 42

def hashids
  @hashids ||= Hashids.new(Dataclips::Engine.config.salt, 8)
end