# -*- encoding : utf-8 -*- class Admin::SurveysController < ApplicationController layout "admin" def index @surveys = SurveyType.all end end