Displaying 1 result from an estimated 1 matches for "edit_user_model".
2006 Nov 28
0
Design of an Ldap based application
...hods at
the moment, need to be in this single file.
I''m playing around with validating in models without a db, but
essentially I''d like to have:
new_user_view -> new_user_controller -> new_user_model ->
new_user_ldap_method
edit_user_view -> edit_user_controller -> edit_user_model ->
edit_user_ldap_method
any thoughts on how I''d go about this?
thanks for reading.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&qu...