Changeset 4266
- Timestamp:
- 04/25/06 05:51:12 (2 years ago)
- Files:
-
- trunk/activerecord/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r4265 r4266 1 1 *SVN* 2 2 3 * Raise error when trying to add to a has_many :through association. [Rick]3 * Raise error when trying to add to a has_many :through association. Use the Join Model instead. [Rick] 4 4 5 5 @post.tags << @tag # BAD