forked from bofh/fetsite
AutoCommit Son Aug 2 10:03:02 CEST 2015
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
class Survey::QuestionsController < ApplicationController
|
||||
# GET /survey/questions
|
||||
# GET /survey/questions.json
|
||||
load_and_authorize_resource
|
||||
|
||||
def index
|
||||
@survey_questions = Survey::Question.all
|
||||
respond_to do |format|
|
||||
|
||||
Reference in New Issue
Block a user