.to_sql
does not work with joined paranoia model: Undefined method 'relation' for Arel::Nodes::BindParam
#496
Labels
.to_sql
method works withoutacts_as_paranoid
.to_sql
on theUser
model without joins works as well:.to_sql
with joins on the paranoia model throws:How to reproduce:
The text was updated successfully, but these errors were encountered: