module TopModel::RandomID

Protected Instance Methods

generate_id() click to toggle source
# File lib/topmodel/random_id.rb, line 4
def generate_id
  #ActiveSupport::SecureRandom.hex(13)
  SecureRandom.hex(13)
end