Class: Mood

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

Overview

Participants rate their mood

Instance Method Summary collapse

Instance Method Details

#rating_valueObject



15
16
17
# File 'app/models/mood.rb', line 15

def rating_value
  Values::Mood.from_rating(rating).to_s
end