Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor fixes to the Tapioca DSL compiler
This commit fixes a couple of issues with the Tapioca DSL compiler: 1. We have to check for the existance of the `Measured::Rails` class and not `Measured::Rails::ActiveRecord` since the latter might not have been loaded yet by the time we do the check for the constant. 2. It is better and safer to use the qualified name of the field class type for using inside signatures, so that we have `::Measured::Length` instead of `Measured::Length`.
- Loading branch information