foodsoft/vendor/plugins/acts_as_commentable/CHANGELOG

7 lines
383 B
Text
Raw Normal View History

2009-01-06 11:49:19 +01:00
* revision 8: Changed has_many :dependent => true to :dependent => :destroy for Rails 1.2.2
+ Thanks Josh Martin
Added an order clause in the has_many relationship.
Made comment column type to text from string in migration example in README
+ Thanks Patrick Crowley
Added this CHANGELOG file.