Method: Coco::TagHelper#random_id
- Defined in:
- app/helpers/coco/tag_helper.rb
#random_id(length = 6) ⇒ Object
14 15 16 |
# File 'app/helpers/coco/tag_helper.rb', line 14 def random_id(length = 6) ("a".."z").to_a.shuffle[0, length].join end |