Displaying 4 results from an estimated 4 matches for "asscociate".
Did you mean:
asscociated
2009 Feb 23
1
ActiveRecord::AssociationTypeMismatch
I have 2 models:
mop, has_and_belong_to_many :contacts
contact, has_and_belong_to_many :mops
when I save my mop Ii have the users coming in a an array:
["9",10"]
I am doing this to asscociate each one to a mop:
@contacts.each do |contact|
@mop.contacts << contact
end
Contact(#44950470) expected, got String(#20837400)
It is giving me the above error. Any ideas?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the...
2002 Jul 09
0
Lotus Positions Frankfurt
Hi guys
An asscociate of mine is looking for around 10 Lotus Notes developers and
asked me
to put the word out (HTML, Javascript etc) for a large project in Germany
(Frankfurt). The client needs both freelancers (contract)and
Permanent(internal)
people for the project urgentely. His preference is in on German speaker...
2011 Jan 24
11
Can't get login to work
Hi, could anybody help me try to get a login function working, I have
created a database for users called user1, I have the login screen set
up but when i hit login with a correct username and password, nothing
happens
I am expecting the lgin button to direct the user to the main page and
show the user as logged on, but nothing happens! Thanks!
Controller
class User1Controller <
2006 Jan 12
16
master detail problem
...hus far find it extremely confusing. I''ve
got a bit more of a handle on it from the Agile book that someone loaned
me, but I still find it hard to understand.
Anyway, I''ve got two tables with a one to many between them. I am able
to have a page display the parent table and its asscociated fields for
CRUD, but I am baffled at how to get at the child table for updating and
creating. Here is where I am at:
When you go to the edit page for the parent table, I''ve placed a link
that brings you to a new page with this:
<h1>Editing Module Unit ID: <%= @moduleunit.id...