cheeseandpepper/stephanie-mike-grandma

View on GitHub
app/models/letter.rb

Summary

Maintainability
A
0 mins
Test Coverage
class Letter < ActiveRecord::Base
  has_many :drafts

  def email
  end

end