Guest User

Untitled

a guest
Jun 18th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. Processing ClientsController#create (for 127.0.0.1 at 2009-05-18 11:41:51) [POST]
  2. Parameters: {"commit"=>"Create Job", "authenticity_token"=>"hgePl6p9LqNmTqlrfm+q7pEzOPlhS0WZlTGiZyflNLU=", "project"=>{"name"=>""}, "client"=>{"name"=>"test", "sites"=>{"domain"=>"test.com"}, "description"=>"tet", "email"=>"tesxf"}}
  3. Client Columns (2.3ms) SHOW FIELDS FROM `clients`
  4.  
  5. ActiveRecord::AssociationTypeMismatch (Site(#20768660) expected, got Array(#101190)):
  6. app/controllers/clients_controller.rb:10:in `new'
  7. app/controllers/clients_controller.rb:10:in `create'
  8. /usr/local/lib/ruby/1.8/webrick/httpserver.rb:104:in `service'
  9. /usr/local/lib/ruby/1.8/webrick/httpserver.rb:65:in `run'
  10. /usr/local/lib/ruby/1.8/webrick/server.rb:173:in `start_thread'
  11. /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start'
  12. /usr/local/lib/ruby/1.8/webrick/server.rb:162:in `start_thread'
  13. /usr/local/lib/ruby/1.8/webrick/server.rb:95:in `start'
  14. /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `each'
  15. /usr/local/lib/ruby/1.8/webrick/server.rb:92:in `start'
  16. /usr/local/lib/ruby/1.8/webrick/server.rb:23:in `start'
  17. /usr/local/lib/ruby/1.8/webrick/server.rb:82:in `start'
Add Comment
Please, Sign In to add comment