forked from bofh/fetsite
AutoCommit Fre Jul 31 21:03:04 CEST 2015
This commit is contained in:
@@ -22,7 +22,7 @@ class BeispieleController < ApplicationController
|
||||
# @lva = params([:lva]) unless params([:lva]).nil?
|
||||
@beispiel = Beispiel.find(params[:id])
|
||||
respond_to do |format|
|
||||
format.html { redirect_to lva_path(@beispiel.lva )}
|
||||
format.html { redirect_to lva_path(@beispiel.lva , show_comments: params[:show_comments])}
|
||||
format.js
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user