Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4266

Show
Ignore:
Timestamp:
04/25/06 05:51:12 (2 years ago)
Author:
rick
Message:

always forget the changelog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/CHANGELOG

    r4265 r4266  
    11*SVN* 
    22 
    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] 
    44 
    55    @post.tags << @tag                  # BAD