Skip to content

Instantly share code, notes, and snippets.

@kzaitsev
Created April 18, 2014 09:59
Show Gist options
  • Save kzaitsev/11035322 to your computer and use it in GitHub Desktop.
Save kzaitsev/11035322 to your computer and use it in GitHub Desktop.
Program.all.each do |p|
p.update_attribute(:hours, "до 8 часов") if p.hours.blank?
p.update_attribute(:peoples, "до 300 человек") if p.peoples.blank?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment