How to make redirect_to works in those filters?
I\'m trying to change
def start .... redirect_to index end def end ... redirect_to index end
Presumably, your actions already have a redirect_to or render call. You cannot call these methods twice per request.
redirect_to
render