Guest User

Untitled

a guest
Jun 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. ## error
  2.  
  3. NoMethodError (You have a nil object when you didn't expect it!
  4. You might have expected an instance of ActiveRecord::Base.
  5. The error occurred while evaluating nil.[]):
  6. app/controllers/tabs_controller.rb:76:in `create'
  7.  
  8.  
  9. ## line 76
  10.  
  11. @file = @tab.uploads.build(params[:upload]) unless params[:upload][:uploaded_data].blank?
Add Comment
Please, Sign In to add comment