pagination update

This commit is contained in:
Andreas Stephanides
2014-09-24 14:39:59 +02:00
parent fc48959e48
commit a8dd419f9e
17 changed files with 109 additions and 57 deletions

View File

@@ -18,6 +18,11 @@ class ThemenController < ApplicationController
format.js
end
end
def sanitize
@thema = Thema.find(params[:id])
@fragen=@thema.fragen
end
def verwalten
@thema = Thema.find(params[:id])
@attachment=Attachment.new