Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 14  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. undefined method `new' for nil:NilClass - what's wrong with has_one nested association in rails 3.1.0?
  2. resources :test_plans, :only => [:index]
  3.   resources :quotes do
  4.     resources :test_plans
  5.   end
  6.        
  7. @test_plan = @quote.build_test_plan