class Surveyable::SingleSelectField

Public Instance Methods

field_type() click to toggle source
# File lib/surveyable/question.rb, line 43
def field_type
  'select'
end