Rails Admin: All fields appear as Ready-Only

I’ve been using 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, instead of this, they appear as ready-only. And the same
to has_many fields.

What happens?