Method: Falsify::Product#handle
- Defined in:
- lib/falsify/models/product/product.rb
#handle ⇒ String
A unique human-friendly string for the product.
Automatically generated from the product's title
.
Used by the Liquid templating language to refer to objects.
21 22 23 |
# File 'lib/falsify/models/product/product.rb', line 21 def handle @handle end |