# System configuration ruby 3.3.4 (2024-07-09 revision be1089c8ec) [x86_64-linux] Rails 7.2.1 motor-admin 0.4.28 # Description When trying to create a new record an error appears:  ### Stack trace I include the stacktrace in a file [motor-admin.log](https://github.com/user-attachments/files/16824077/motor-admin.log) # Steps to reproduce 1. `rails new testing_motor` 2. `cd testing_motor` 3. `bin/setup` 4. Append "gem 'motor-admin'" to the Gemfile 5. `bundle install` 6. Apply the quick fix from there https://github.com/motor-admin/motor-admin-rails/issues/173#issuecomment-2308543964 7. `rails motor:install && rake db:migrate` 8. `rails g model Post title:string body:text` 9. `rails db:migrate` 10. `rails s` 11. Visit `http://localhost:3000/motor_admin/data/posts` 12. Try to create a new post