README.md in effective_developer-0.8.3 vs README.md in effective_developer-0.8.4
- old
+ new
@@ -447,9 +447,23 @@
```
Region.update_all("snippets = REPLACE(snippets, 'ActionController::Parameters', 'ActiveSupport::HashWithIndifferentAccess')")
```
+## Content Replacer
+
+To find & replace content in the action_text_rich_texts body column:
+
+```
+Effective::ContentReplacer.new.count("foo")
+```
+
+and
+
+```
+Effective::ContentReplacer.new.replace!("foo", "bar")
+```
+
## License
MIT License. Copyright [Code and Effect Inc.](http://www.codeandeffect.com/)
## Contributing