metamaps--metamaps/LiveSiteUpdatesNotes.txt
2014-11-29 10:18:18 -05:00

12 lines
243 B
Plaintext

make sure that devise key is correct
make sure that AWS bucket is set to the metamaps-production bucket
make sure that root individuals have same 'joinedwithcode' as 'code'
User.all.each do |u|
u.generation = u.get_generation
u.save
end