README in class-table-inheritance-1.2.0 vs README in class-table-inheritance-1.2.1
- old
+ new
@@ -1,16 +1,21 @@
-ClassTableInheritance 1.1.0 BETA
-================================
+Versions
+========
+If you are using Rails 2.3.8 or other version < 3, you have to use the version 1.1.x of this plugin, for Rails 3 you need to use the version 1.2.x or master of this plugin.
+
+ClassTableInheritance 1.2.0
+===========================
+
This is an ActiveRecord plugin designed to allow
simple multiple table (class) inheritance.
This plugin was inspired by:
inherits_from plugin => http://github.com/rwl4/inherits_from and
Multiple Table Inheritance with ActiveRecord => http://mediumexposure.com/multiple-table-inheritance-active-record/
How to install
-=============
+==============
gem install class-table-inheritance
Example
=======