Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save denys281/d232921752d1502be28b to your computer and use it in GitHub Desktop.
Save denys281/d232921752d1502be28b to your computer and use it in GitHub Desktop.
Model.all.to_a.each do |p| p.field_translations = { "uk" => p.attributes['field'], "en" => "" }; p.save!; end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment