hzamani/acts_as_relation

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

Closed this issue · 1 comments

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.

fixed in active_record-acts_as gem