Sha256: f8c8265b86ff1ff54d6a4be99e555bc933fc718cc13a4789567d03a91e2cb9f0
Contents?: true
Size: 177 Bytes
Versions: 10
Compression:
Stored size: 177 Bytes
Contents
class EnsureDefaultLocaleInSpreeStores < ActiveRecord::Migration[5.2] def change Spree::Store.where(default_locale: nil).update_all(default_locale: I18n.locale) end end
Version data entries
10 entries across 10 versions & 1 rubygems