very small fix for neuigkeit controller

This commit is contained in:
2019-01-13 10:12:01 +01:00
parent d7c8342817
commit 1b15fdf385

View File

@@ -50,7 +50,7 @@ class NeuigkeitenController < ApplicationController
end end
@calentry=ce @calentry=ce
ce.object=@neuigkeit ce.object=@neuigkeit
@neuigkeit.calentry=ce @neuigkeit.calentries<<ce
@neuigkeit.save @neuigkeit.save
render 'edit' render 'edit'