A simple twilio app in rails and angular

call_log.rb 61B

1234
  1. class CallLog < ActiveRecord::Base
  2. belongs_to :message
  3. end