forked from bofh/fetsite
AutoCommit Sam Aug 1 13:03:01 CEST 2015
This commit is contained in:
@@ -35,6 +35,10 @@ class Survey::ChoicesController < ApplicationController
|
||||
# GET /survey/choices/1/edit
|
||||
def edit
|
||||
@choice = Survey::Choice.find(params[:id])
|
||||
respond_to do |format|
|
||||
format.html
|
||||
format.js
|
||||
end
|
||||
end
|
||||
|
||||
# POST /survey/choices
|
||||
|
||||
Reference in New Issue
Block a user