Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Update validations.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed May 25, 2015
1 parent ec1cf90 commit c117388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/validations.js
Expand Up @@ -2,7 +2,7 @@ import Ember from 'ember';

var set = Ember.set;

export default Ember.Object.extend({
export default Ember.Service.extend({
init: function() {
set(this, 'cache', {});
}
Expand Down

0 comments on commit c117388

Please sign in to comment.