Class: Effective::ResponseOption

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



6
7
8
# File 'app/models/effective/response_option.rb', line 6

def to_s
  question_option&.to_s
end