Sha256: e4c2ee62a7927d9015f798df1c0428f63262416e3a02e575591d5a67dd7992dd

Contents?: true

Size: 312 Bytes

Versions: 34

Compression:

Stored size: 312 Bytes

Contents

# Surveyor Controller allows a user to take a survey. It is semi-RESTful since it does not have a concrete representation model.
# The "resource" is a survey attempt/session populating a response set.
class SurveyorController < ApplicationController
  unloadable
  include Surveyor::SurveyorControllerMethods
end

Version data entries

34 entries across 34 versions & 2 rubygems

Version Path
hssc_surveyor-1.4.3.pre app/controllers/surveyor_controller.rb
hssc_surveyor-1.4.2.pre app/controllers/surveyor_controller.rb
hssc_surveyor-1.4.1.pre app/controllers/surveyor_controller.rb
surveyor-1.4.0 app/controllers/surveyor_controller.rb
surveyor-1.3.0 app/controllers/surveyor_controller.rb
surveyor-1.2.0 app/controllers/surveyor_controller.rb
surveyor-1.1.0 app/controllers/surveyor_controller.rb
surveyor-1.0.1 app/controllers/surveyor_controller.rb
surveyor-1.0.0 app/controllers/surveyor_controller.rb
surveyor-0.22.0 app/controllers/surveyor_controller.rb
surveyor-0.21.0 app/controllers/surveyor_controller.rb
surveyor-0.20.0 app/controllers/surveyor_controller.rb
surveyor-0.19.7 app/controllers/surveyor_controller.rb
surveyor-0.19.6 app/controllers/surveyor_controller.rb
surveyor-0.19.5 app/controllers/surveyor_controller.rb
surveyor-0.19.4 app/controllers/surveyor_controller.rb
surveyor-0.19.3 app/controllers/surveyor_controller.rb
surveyor-0.19.2 app/controllers/surveyor_controller.rb
surveyor-0.19.1 app/controllers/surveyor_controller.rb
surveyor-0.19.0 app/controllers/surveyor_controller.rb