rubycentral/cfp-app

View on GitHub
app/decorators/teammate_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
class TeammateDecorator < ApplicationDecorator
  delegate_all

  def notification_preference
    Teammate::NOTIFICATION_PREFERENCES[teammate.notification_preference]
  end
end