This may be a dumb noob issue, but I haven't found any answers while seaching
the forum--
I have a controller method
def edit
@user = User.find params[:id]
@user.password_confirmation = @user.password
end
The User class has an "attr_accessor :password_confirmation" definition (so
"p
Thanks, David! Glad I'm unstuck on this :)
David Chelimsky-2 wrote:
>
> On Dec 4, 2007 11:49 AM, schleg <[EMAIL PROTECTED]> wrote:
>>
>> This may be a dumb noob issue, but I haven't found any answers while
>> seaching
>> the forum--
>