class Surveyable::Question

Constants

STI_TYPES

Public Instance Methods

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