search for: mycontacts

Displaying 2 results from an estimated 2 matches for "mycontacts".

Did you mean: mycontact
2007 Oct 05
3
[Bug 1373] New: native support for X.509 v3 certificates
http://bugzilla.mindrot.org/show_bug.cgi?id=1373 Summary: native support for X.509 v3 certificates Product: Portable OpenSSH Version: 4.7p1 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org ReportedBy: mindrot at
2006 Aug 07
0
Capturing Validation Errors from Nested Model Creation..
....new(:first_name => params["contact"]["first_name"]) if not contact.valid?() then contact.errors.each {|attr| @allerrors.push(attr) } end # other stuff goes here if @allerrors.empty? and @booking.save then @booking.contact = myContacts flash[:notice] = ''Booking was successfully created.'' redirect_to :action => ''list'' else @booking.errors.each {|attr| @allerrors.push(attr) } redirect_to :action => ''new'', :errors =&g...