rm old page

This commit is contained in:
Rimian Perkins 2017-02-15 11:43:13 +11:00
parent 46a13af63a
commit 7d72c1f9cd

View File

@ -1,8 +0,0 @@
export default Ember.Controller.extend({
actions: {
someThing: function() {
console.log('w00t! something happened!');
}
}
});