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,6 @@
class AddIndexesToWindows < ActiveRecord::Migration
def change
add_index :windows, [:window_type, :content_id]
end
end