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

20150109224815_add_tmp_to_files.rb 194B

    class AddTmpToFiles < ActiveRecord::Migration def change add_column :uploads, :file_tmp, :string add_column :uploads, :file_processing, :boolean, null: false, default: false end end