madeintandem / hstore_accessor

Adds typed hstore-backed field support to ActiveRecord models.
MIT License
242 stars 47 forks source link

Add table reference to scopes #61

Closed ccastan1 closed 9 years ago

ccastan1 commented 9 years ago

Was working on creating a scope that joins two tables and ran into an issue where the column reference was ambiguous. It would be helpful if the scope had a table reference on it. Got around the issue by qualifying the column.

crismali commented 9 years ago

Fixed for versions 1.0.2 and 0.9.2