var app = app || {};

app.Veges = Backbone.Collection.extend({
	model: app.Vege
});