hzamani / acts_as_relation

Multi table Inheritance for rails
http://hzamani.github.com/acts_as_relation/
MIT License
180 stars 58 forks source link

Pen.where(name: "...") doesn't work #62

Closed volkanunsal closed 10 years ago

volkanunsal commented 10 years ago

This might be an edgecase –– since Pen.where("name = ?", "...") is still working –– but I think this API is pretty widely used and would be cool to be able to use it.

Edit: just to be clear, I meant to write the subclass, not the superclass, in the issue title. This call from the superclass does in fact work.

hzamani commented 10 years ago

fixed in active_record-acts_as gem