Skip to content

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
Original file line number Diff line number Diff line change
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.