Revision 13de11ea snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/obj.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/obj.js
1

  
1
Ember.Inflector.inflector.uncountable('account');
2 2

  
3 3
Okeanos.Account = DS.Model.extend({
4 4
	email: DS.attr('string')
5 5
});
6 6

  
7 7
// CHECK can i use a single obj and not an array of obj
8
Okeanos.Account.FIXTURES = [{
8
Okeanos.Account.FIXTURES = {
9 9
	id: 001,
10 10
	email: "athina@mail.com"
11
}];
11
};
12 12

  
13 13

  
14 14

  

Also available in: Unified diff