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