We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0517474 commit 7fe0f27Copy full SHA for 7fe0f27
activerecord/CHANGELOG.md
@@ -1,5 +1,11 @@
1
## Rails 4.0.0 (unreleased) ##
2
3
+* `composed_of` has removed. You'll have to write your own accessor
4
+ and mutator methods if you'd like to use value objects to represent some
5
+ portion of your models.
6
+
7
+ *Steve Klabnik*
8
9
* PostgreSQL default log level is now 'warning', to bypass the noisy notice
10
messages. You can change the log level using the `min_messages` option
11
available in your config/database.yml.
0 commit comments