More Madness converting to Mephisto

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.