Guest User

Untitled

a guest
May 27th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. comapnies_controller.rb
  2.  
  3. def new
  4. @company = Company.new
  5. @user = @company.users.build
  6. @project = @company.projects.build
  7. @message = @project.messages.build
Add Comment
Please, Sign In to add comment