Method: Chaskiq::Subscriber#style_class
- Defined in:
- app/models/chaskiq/subscriber.rb
#style_class ⇒ Object
30 31 32 33 34 35 36 37 38 39 |
# File 'app/models/chaskiq/subscriber.rb', line 30 def style_class case self.state when "passive" "plain" when "subscribed" "information" when "unsusbscribed" "warning" end end |