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

Sourcecode
# File /Users/nshb/svn/svn.inimit.com/railsmanual.com/www/trunk/src/rails-2.0.0/activerecord/test/associations_test.rb, line 1522
  def add_david
    david = DeveloperForProjectWithAfterCreateHook.find_by_name('David')
    david.projects << self
  end
Add New Note User Added Notes