working ember... again

This commit is contained in:
2013-10-07 23:00:01 +02:00
parent a8c01d264e
commit 2f41560591
46 changed files with 274 additions and 114 deletions
+4 -1
View File
@@ -72,6 +72,9 @@ private
helper_method :event_host
def show_404
render 'dashboard/404', layout: true, status: 404
respond_to do |format|
format.html { render 'dashboard/404', layout: true, status: 404}
format.json { render json: {ok: false}, status: 404 }
end
end
end