osem-fcy/app/controllers/survey_controller.rb
2016-06-30 13:04:07 +02:00

13 lines
172 B
Ruby

class SurveyController < ApplicationController
load_resource :conference, find_by: :short_title
load_and_authorize_resource
def show
end
def reply
end
end