After updating my rails app, and all the gems, in production I can't see no more the fields for 'actualize if exist'.
I find a solution with these lines on rails_admin.rb on the models.
import do
mapping_key :id
exclude_fields [:created_at, :updated_at]
end
But it is like if I was blind. Anyway, on the development environment, I can see the fields as before for 'actualize if exist'...
some of my specs:
After updating my rails app, and all the gems, in production I can't see no more the fields for 'actualize if exist'. I find a solution with these lines on rails_admin.rb on the models.
But it is like if I was blind. Anyway, on the development environment, I can see the fields as before for 'actualize if exist'... some of my specs: