20120321141556_add_video_to_pages.rb 194 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 # Author - Igor Portela - igorportela.com | Copyright(c) 2013. All rights reserved. class AddVideoToPages < ActiveRecord::Migration def change add_column :pages, :video, :string end end