do not fix links for themen

This commit is contained in:
Andreas Stephanides
2015-02-28 15:02:52 +01:00
parent 62b6f8ca88
commit c71cef48fa

View File

@@ -137,7 +137,7 @@ class ThemenController < ApplicationController
@thema = Thema.find(params[:id])
@themen = @thema.themengruppe.themen.order(:priority).reverse
@thema.assign_attributes(params[:thema])
@thema.fix_links(request.host_with_port)
# @thema.fix_links(request.host_with_port)
respond_to do |format|
if @thema.save