Method: Scribo::ContentDrop#name
- Defined in:
- app/drops/scribo/content_drop.rb
#name ⇒ Object
Find out how to merge properties with this drop
31 32 33 |
# File 'app/drops/scribo/content_drop.rb', line 31 def name @properties&.[]('name') || @object.path end |