class Esquema::Property

def build_title

Returns:
  • (String) - The title attribute.
def build_title
  options[:title].presence || object.name.to_s.humanize
end