bullet_train-core
bullet_train-core copied to clipboard
Implement `slug` field partial
Closes https://github.com/bullet-train-co/bullet_train/issues/1232
Joint PR
- https://github.com/bullet-train-co/bullet_train/pull/1321
rails generate super_scaffold Site Team name:text_field foo:slug
TODO
- [x] Fix a bug related to nil object when an error is raised on an invalid slug, and then trying to save a valid slug.
- [x] Write Super Scaffolding tests in the starter repository