import Ember from 'ember'; export default Ember.Controller.extend({ appName:'Ember Twiddle', actions: { nextVideo() { return 'w00t' } } });