README.md in auto_build-0.0.4 vs README.md in auto_build-0.4.0

- old
+ new

@@ -1,8 +1,8 @@ AutoBuild ========= -Automatically initialize associations in your Rails models. +Automatically initialize associations in your Rails 3 models. What ---- AutoBuild gives your models the option to automatically initialize (build) their associations. This is useful to skip the `build_association` or `record.association.build` calls in