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

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