You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
0 commit comments