aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
Diffstat (limited to 'guides')
-rw-r--r--guides/source/4_0_release_notes.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/guides/source/4_0_release_notes.md b/guides/source/4_0_release_notes.md
index 6b3680aa2d..f24a981c6e 100644
--- a/guides/source/4_0_release_notes.md
+++ b/guides/source/4_0_release_notes.md
@@ -642,14 +642,6 @@ Active Record
* Connections *must* be closed at the end of a thread. If not, your connection pool can fill and an exception will be raised.
-* Added the `ActiveRecord::Model` module which can be included in a class as an alternative to inheriting from `ActiveRecord::Base`:
-
- ```ruby
- class Post
- include ActiveRecord::Model
- end
- ```
-
* PostgreSQL hstore records can be created.
* PostgreSQL hstore types are automatically deserialized from the database.