diff options
author | Florian Frank <flori@ping.de> | 2010-04-08 02:11:12 +0200 |
---|---|---|
committer | Florian Frank <flori@ping.de> | 2010-04-08 02:33:07 +0200 |
commit | a294a83f4d22901651d09c06063eb20d3b2290b8 (patch) | |
tree | c9aeca3882c63a5891c7e5b3b89814189a2a752a /CHANGES | |
parent | 3db50701a4a71e49709c63483d2ba4b5a408373b (diff) | |
download | json-a294a83f4d22901651d09c06063eb20d3b2290b8.tar.gz |
Trigger const_missing mechanism for Rails
In order to allow Rails' dynamic class loading to work, the
const_missing callback must be called.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +2010-04-07 (1.2.4) + * Triger const_missing callback to make Rails' dynamic class loading work. 2010-03-11 (1.2.3) * Added a State#[] method which returns an attribute's value in order to increase duck type compatibility to Hash. |