Class: Effective::PollQuestionOption
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Effective::PollQuestionOption
- Defined in:
- app/models/effective/poll_question_option.rb
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
21 22 23 |
# File 'app/models/effective/poll_question_option.rb', line 21 def to_s title.presence || 'New Poll Question Option' end |