Sha256: d3f50959af09dcd3db264b8f86da435d7c5d13d18258b0fe205d00b16a810e72
Contents?: true
Size: 297 Bytes
Versions: 55
Compression:
Stored size: 297 Bytes
Contents
module ThinkFeelDoEngine # Used to change color of table row based on emotion module EmotionsHelper def emotion_class(emotional_rating) case emotional_rating.rating when 0..4 "danger" when 6..10 "success" else "" end end end end
Version data entries
55 entries across 55 versions & 1 rubygems