public
Rubygem
Description: Adds support for creating state machines for attributes on any Ruby class
Homepage: http://www.pluginaweek.org
Clone URL: git://github.com/pluginaweek/state_machine.git
Add changelog message for without_#{attribute} named scopes
obrie (author)
Sat Nov 15 10:14:25 -0800 2008
commit  c7d4cfa547b2138310d10b3a8cd7cb8b26a76c59
tree    b89270e50d0d6dffcbb283940677d6a443eb233a
parent  13a0906c1186ce9250b508296d4a860edc097c93
...
1
2
 
 
3
4
5
...
1
2
3
4
5
6
7
0
@@ -1,5 +1,7 @@
0
 == master
0
 
0
+* Add without_#{attribute} named scopes (opposite of the existing with_#{attribute} named scopes)
0
+
0
 == 0.3.1 / 2008-10-26
0
 
0
 * Fix the initial state not getting set when the state attribute is mass-assigned but protected

Comments