You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered: