class Surveyable::HiddenField

Public Instance Methods

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