Hello, I tried to add a custom section that inherits from edit. My purpose is to make a similar to the view "create" (form), but I want some custom things to do after the model is created and working inside the model with "after_create" gives me some trouble.
I have followed your steps to add the section, but when I try to define the configuration inside my model, to select which labels to add to the "form" of my "section", it says that the section does not exist.
How do I tell to rails_admin to look at my custom section?
Hello, I tried to add a custom section that inherits from edit. My purpose is to make a similar to the view "create" (form), but I want some custom things to do after the model is created and working inside the model with "after_create" gives me some trouble.
I have followed your steps to add the section, but when I try to define the configuration inside my model, to select which labels to add to the "form" of my "section", it says that the section does not exist.
How do I tell to rails_admin to look at my custom section?