#1011 new
Ignacio Huerta

Rails 3.2: In the front#index page, the new administrator form fields are not shown

Reported by Ignacio Huerta | June 4th, 2012 @ 05:33 PM

When you create a new application, the first user form does not show the fields, because you need to add the following code to the user model:

attr_accessible :name, :email_address, :password, :password_confirmation

I believe there are two paths to resolve this: we can do it in the background so the model stays DRY, or we can add some code to the model generators so it is automatically added.

No comments found

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

People watching this ticket

Tags

Pages