Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update how Schema::Field yields definition_block
Previously this used `instance_exec` which sets `self` to the field instance. This changes to `yield` which still yields the field instance (supporting the same functionality) but doesn't change `self`.
- Loading branch information