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

20140922074342_create_uploads.rb 199B

    class CreateUploads < ActiveRecord::Migration def change create_table :uploads do |t| t.string :title t.string :file t.text :description t.timestamps end end end