pic_vert_app/app/controllers/surveys_controller.rb
2012-08-18 12:07:32 +02:00

9 lines
107 B
Ruby

# -*- encoding : utf-8 -*-
class SurveysController < ApplicationController
def index
end
end