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

20141101234157_add_link_to_infos.rb 116B

    class AddLinkToInfos < ActiveRecord::Migration def change add_column :infos, :website_link, :string end end