Skip to content

Commit f5fc4ea

Browse files
David Padillakarmi
David Padilla
authored andcommitted
[STORE] Removed duplicate property declaration in the "music" example application
Fixes elastic#374 Closes elastic#377
1 parent 67ddb4e commit f5fc4ea

File tree

1 file changed

+0
-1
lines changed
  • elasticsearch-persistence/examples/music

1 file changed

+0
-1
lines changed

elasticsearch-persistence/examples/music/album.rb

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class Album
2222
attribute :label, Hash, mapping: { type: 'object' }
2323

2424
attribute :title
25-
attribute :suggest_title, String, default: {}, mapping: { type: 'completion', payloads: true }
2625
attribute :released, Date
2726
attribute :notes
2827
attribute :uri

0 commit comments

Comments
 (0)