Permalink
Browse files
[minor] Comment out atime until it's logic is added
- Loading branch information...
Showing
with
1 addition
and
1 deletion.
-
+1
−1
lib/resourceful/resource.js
|
@@ -655,7 +655,7 @@ Resource.timestamps = function () { |
|
|
//
|
|
|
// The last time the resource was accessed
|
|
|
//
|
|
|
- this.property('atime', 'number', { format: "unix-time", private: true });
|
|
|
+ // TODO: this.property('atime', 'number', { format: "unix-time", private: true });
|
|
|
};
|
|
|
|
|
|
Resource.define = function (schema) {
|
|
|
0 comments on commit
2140c62