I'm using Rails 6.1.7 and active_scaffold latest version with a very basic tutorial one model app, I get this message on the form top when a record is created:
Created #<Docket:0x0000013800ec4df0>
Otherwise the app works fine. Is this an active_scaffold artifact ?
D.
I cannot figure out where to look since active_scaffold code handles the CRUD.