Displaying 1 result from an estimated 1 matches for "prof_form_input".
2006 Apr 14
1
SaltedHashLoginGenerator Integration Woes
...s'', ''description'' ],
12
13 }
14 end
But yet I get this error:
uninitialized constant Userprofiles
Extracted source (around line #3):
1: <%= form_input :hidden_field, ''form'', :value => ''edit'' %>
2:
3: <%= prof_form_input prof_changeable(userprofile, "firstname"),
"firstname" %>
Any suggestions? Or am I completely going by the the wrong way?
My end result is that whenever a user signs up: A new record is added to
the users table AND a corresponding userprofile record is created as
well....