Sha256: a5f9d68e48abd3fef85016d5cfca0d710ad5aa393737f603d5ccd59dff265b70

Contents?: true

Size: 213 Bytes

Versions: 1

Compression:

Stored size: 213 Bytes

Contents

require_dependency 'helena/application_controller'

module Helena
  class SurveysController < ApplicationController
    respond_to :html, :json

    def index
      @surveys = Helena::Survey.all
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
helena-0.3.3 app/controllers/helena/surveys_controller.rb