Rails - Missing template users/#<User:0x8334c18>.erb in view path app/views -


I'm not sure what I can do to get this error. Obviously, I do not think I should create specific files in my app \ View folder. Can anyone tell me in the right direction?

My guess is that your user is the controller's line, something like this:

  Render: Action => @user  

WHAT WHAT YOU NEED:

  RENDER: ACTION => : New  

Comments