Remove respond_to do |format| blocks. Because you are not specifying to what format are you responding, e.g. format.html { #your code here } .
Check documentation of respond_to how to use it properly.
Remove respond_to do |format| blocks. Because you are not specifying to what format are you responding, e.g. format.html { #your code here } .
Check documentation of respond_to how to use it properly.