Sha256: 4aab9ea882f6a9c109382779af610ab9b6afce6d50fada6818fc2bc13be49f5d
Contents?: true
Size: 207 Bytes
Versions: 17
Compression:
Stored size: 207 Bytes
Contents
module CurationConcerns module Serializers def to_s if title.present? title.join(' | ') elsif label.present? label else 'No Title' end end end end
Version data entries
17 entries across 17 versions & 1 rubygems