madebyhiro/codem-schedule

View on GitHub
app/models/delivery.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Delivery < ActiveRecord::Base
  belongs_to :notification
  belongs_to :state_change
end