export default Ember.Controller.extend({
actions: {
someThing: function() {
console.log('w00t! something happened!');
}
});