forked from bofh/fetsite
do not fix links for themen
This commit is contained in:
@@ -137,7 +137,7 @@ class ThemenController < ApplicationController
|
|||||||
@thema = Thema.find(params[:id])
|
@thema = Thema.find(params[:id])
|
||||||
@themen = @thema.themengruppe.themen.order(:priority).reverse
|
@themen = @thema.themengruppe.themen.order(:priority).reverse
|
||||||
@thema.assign_attributes(params[:thema])
|
@thema.assign_attributes(params[:thema])
|
||||||
@thema.fix_links(request.host_with_port)
|
# @thema.fix_links(request.host_with_port)
|
||||||
|
|
||||||
respond_to do |format|
|
respond_to do |format|
|
||||||
if @thema.save
|
if @thema.save
|
||||||
|
|||||||
Reference in New Issue
Block a user