A website template with lots of features, built with ruby on rails.

20150105022653_create_subscriptions.rb 217B

    class CreateSubscriptions < ActiveRecord::Migration def change create_table :subscriptions do |t| t.string :first_name t.string :last_name t.string :email t.timestamps end end end