A simple twilio app in rails and angular
class CreateMessages < ActiveRecord::Migration def change create_table :messages do |t| t.text :body t.text :title t.timestamps end end end