Skip to content

Instantly share code, notes, and snippets.

View ibakayoko's full-sized avatar

Ibrahim Bakayoko ibakayoko

  • Gaithersburg, MD
View GitHub Profile
@ibakayoko
ibakayoko / example.js
Last active August 29, 2015 14:12 — forked from yomybaby/example.js
// http://cloud.appcelerator.com/docs/api/v1/acls/create
var Backbone = require('/lib/backbone'),
_ = require('/lib/underscore');
var ReviewModel = Backbone.Model.extend({
modelNameForACS : 'Reviews' //just add Model Name of ACS
});
var ReviewCollection = Backbone.Collection.extend({