Class: FormSubmissionField

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/form_submission_field.rb

Instance Method Summary collapse

Instance Method Details

#field_typeObject



5
6
7
# File 'app/models/form_submission_field.rb', line 5

def field_type
  self.form_field.form_field_type.field_type
end

#index_valueObject



9
10
11
# File 'app/models/form_submission_field.rb', line 9

def index_value
  self.value ? self.value : '[none]'
end