af83/chouette-core

View on GitHub
app/views/autocomplete/shapes.rabl

Summary

Maintainability
Test Coverage
collection @shapes

extends(
  'autocomplete/base',
  locals: {
    label_method: Proc.new { |s| truncate([s.name, s.uuid].compact.join(' | '), length: 30) }
  }
)

attribute :uuid