search for: ldap_person

Displaying 1 result from an estimated 1 matches for "ldap_person".

Did you mean: ldap_perror
2006 Apr 18
0
AJAX not displaying - due to action not complete?
...t; visual_effect(:slide_down, "entitlements", :duration => 0.5) ) %> And the accompanying controller methods: def change_entitlements @person = Person.find(params[:id]) render(:layout => false) end def show_entitlements @person = Person.find(params[:id]) @ldap_person = @person.ldap_user render :partial => "entitlements", :object => @ldap_person["entitlements"] end Any idea why it might not be behaving correctly? Thanks! Sean