add source + rewrite strategy for pawoo

This commit is contained in:
r888888888
2017-04-17 14:15:05 -07:00
parent 9718c6e107
commit b053a2d783
10 changed files with 176 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
class AddUpdatedAtIndexToPools < ActiveRecord::Migration
def change
add_index :pools, :updated_at
end
end