big refactor of windows models

This commit is contained in:
Lee Lawlor
2014-07-22 19:13:11 -04:00
parent 0739b17989
commit 0c5097803b
43 changed files with 211 additions and 411 deletions

View File

@ -0,0 +1,7 @@
class AddFieldsToWindows < ActiveRecord::Migration
def change
add_column :windows, :content_id, :integer
add_column :windows, :options, :text
end
end