jsbin の例: http://jsbin.com/ICoLOgO/4/edit
アクションを提供する mixin がある場合、ember 1.0-rc.5 では、アクションは警告なしで呼び出されます。ember 1.0 final にアップグレードすると、非推奨の警告が表示されます。
Action handlers implemented directly on controllers are deprecated in favor of action handlers on an `actions` object
function.apply を使用せずにアクション マップで個々のアクションを公開する簡単な方法はありますか?