I changed all my typo:code tags to filter:code today:
Article.find(:all).each {|a|a.body.gsub!('typo:code', 'filter:code');a.save};
I changed all my typo:code tags to filter:code today:
Article.find(:all).each {|a|a.body.gsub!('typo:code', 'filter:code');a.save};
Comments are closed.