Application.Controller.Home = (function($) {

    function index() {

    }

    return { 'index': index };
})(jQuery);

