Commit c6dd2169 authored by Clive Makamara's avatar Clive Makamara

Test waka

parent ad680a48
......@@ -6,7 +6,6 @@ var settingCollection = Waterline.Collection.extend({
attributes: {
name: 'string',
value: 'string',
// Add a reference to User
owner: {
model: 'user'
......@@ -14,5 +13,4 @@ var settingCollection = Waterline.Collection.extend({
}
});
module.exports = userCollection;
\ No newline at end of file
module.exports = userCollection;
......@@ -20,4 +20,4 @@ var userCollection = Waterline.Collection.extend({
});
module.exports = userCollection;
\ No newline at end of file
module.exports = userCollection;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment