Displaying 2 results from an estimated 2 matches for "daaro".
Did you mean:
aaro
2008 Mar 09
1
I still don't understand it-- what is the relation between cause and effect?
I have posted more messages, essentially to the same effect... had quite a few
good answers, but somehow I seem to be missing something ... :-(
Well, I told you already about the workgroup DAARO, which refused to show
up... I got some suggestions, and, indeed, there it was! I could even log in
to it.
And then, next morning, I started up my test network, ... no DAARO. However,
after a restart of samba (/etc/rc.d/rc.samba restart) it appeared again.
Without any changes in teh config. Ho...
2006 Jan 10
8
Noob: Child records not saved
Hi all,
happily coding along, but it seems a belongs_to record is not saved.
# Create some stuff
def create_project
@contact = Contact.new
@project = Project.new(@params[''project''])
@project_contact = ProjectContact.new(@params[''collect''])
@project.project_contact = @project_contact
contact =