Sha256: bf611e1bcb3635052baa9cb18c037c564cc8a3f5da0a7195e5e5c029205d1424
Contents?: true
Size: 125 Bytes
Versions: 41
Compression:
Stored size: 125 Bytes
Contents
class SetLocale < ActiveRecord::Migration def change User.where(:locale => nil).update_all("locale = 'en'") end end
Version data entries
41 entries across 41 versions & 1 rubygems
Version | Path |
---|---|
iugusdk-1.0.0.alpha.0 | db/migrate/20120612141130_set_locale.rb |