foodsoft/vendor/plugins/acts_as_commentable/CHANGELOG
2009-01-06 11:49:19 +01:00

7 lines
No EOL
383 B
Text

* 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.