Rails Admin: All fields appear as Ready-Only

I use Rails Admin on some projects, and they are working well. But at a new project, I've that declare all fields as attr_accessible to appear on form, else, they appear as ready-only. And the same to has_many fields.

Whats happens?