add_david() Ver: 1.0.0
From: ProjectWithAfterCreateHook Version 1.0.0
Comments

Sourcecode
# File src/rails-1.0.0/activerecord/test/associations_test.rb, line 998
  def add_david
    david = DeveloperForProjectWithAfterCreateHook.find_by_name('David')
    david.projects << self
  end
Add New Note User Added Notes