From d200cb905ebb577b9663eb9f8baff5f1283445f8 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Fri, 26 Oct 2012 13:37:04 -0200 Subject: Remove ActiveRecord::Model entry from 4.0 Release Notes [ci skip] --- guides/source/4_0_release_notes.md | 8 -------- 1 file changed, 8 deletions(-) (limited to 'guides') 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. -- cgit v1.2.3