removed redundant ribica name from subfolders
This commit is contained in:
10
front-ui/app/models/sectionCollection.js
Normal file
10
front-ui/app/models/sectionCollection.js
Normal file
@@ -0,0 +1,10 @@
|
||||
var Backbone = require('backbone'),
|
||||
Section = require('./section'),
|
||||
Globals = require('../globals');
|
||||
|
||||
var SectionCollection = Backbone.Collection.extend({
|
||||
model: Section,
|
||||
url: Globals.ApiUrl + '/section'
|
||||
});
|
||||
|
||||
module.exports = SectionCollection;
|
||||
Reference in New Issue
Block a user