Skip to content

Commit

Permalink
[minor] Comment out atime until it's logic is added
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara committed Jun 23, 2012
1 parent b0291a3 commit 2140c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resourceful/resource.js
Expand Up @@ -655,7 +655,7 @@ Resource.timestamps = function () {
// //
// The last time the resource was accessed // 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) { Resource.define = function (schema) {
Expand Down

0 comments on commit 2140c62

Please sign in to comment.