Guest User

Untitled

a guest
May 1st, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment