Skip to content

Instantly share code, notes, and snippets.

@StasKoval
Created July 15, 2013 16:05
Show Gist options
  • Save StasKoval/6001169 to your computer and use it in GitHub Desktop.
Save StasKoval/6001169 to your computer and use it in GitHub Desktop.
update product desc
Product.all do |product|
product.update_attributes(:desc => product.description.gsub(/<[^>]*>/ui,''))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment