Class: Effective::PollQuestionOption

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



21
22
23
# File 'app/models/effective/poll_question_option.rb', line 21

def to_s
  title.presence || model_name.human
end