Trailblazer v0.1.3 Release Notes

    • crud_autoloading now simply require_dependencys model files, then does the same for the CRUD operation file. This should fix random undefined constant problems in development.
    • 🏗 Controller#form did not use builders. This is fixed now.