9 lines
107 B
Ruby
9 lines
107 B
Ruby
# -*- encoding : utf-8 -*-
|
|
|
|
class SurveysController < ApplicationController
|
|
def index
|
|
|
|
|
|
end
|
|
end
|