search for: persontitleid

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

2006 Jan 19
1
[Newbie] undefined method `useremail'' error
...password: <%= text_field_tag(:userpassword_confirmation, @params[:userpassword_confirmation]) %> <input type="submit" /> </form> </body> </html> PostgreSQL DDL CREATE TABLE "public"."tblUser" ( "UserID" BIGSERIAL, "PersonTitleID" BIGINT, "SecretQuestionID" BIGINT, "UserFirstName" VARCHAR, "UserLastName" VARCHAR, "UserEmail" VARCHAR NOT NULL, "UserPassword" VARCHAR NOT NULL, "UserEmailVerified" BOOLEAN DEFAULT false NOT NULL, "UserReg...