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

Ticket #10707: doc_remove_build_from_has_many_through_methods_table.diff

File doc_remove_build_from_has_many_through_methods_table.diff, 0.8 kB (added by GMFlash, 11 months ago)
  • activerecord/lib/active_record/associations.rb

    old new  
    130130    #   #others<<                         |   X   |    X     |    X 
    131131    #   #others.push                      |   X   |    X     |    X 
    132132    #   #others.concat                    |   X   |    X     |    X 
    133     #   #others.build(attributes={})      |   X   |    X     |    X 
     133    #   #others.build(attributes={})      |   X   |    X     | 
    134134    #   #others.create(attributes={})     |   X   |    X     | 
    135135    #   #others.create!(attributes={})    |   X   |    X     |    X 
    136136    #   #others.size                      |   X   |    X     |    X