inossidabile / protector

Comfortable (seriously) white-list security restrictions for models on a field level
MIT License
270 stars 31 forks source link

Calling .exists() on association resulting in SystemStackError: stack level too deep #54

Open mwalsher opened 10 years ago

mwalsher commented 10 years ago

Getting a stack overflow when calling exists?() on a has_many association, e.g. contact.emails.exists?

Using protector 0.7.7, rails 4.1.5, ruby 2.1.2.

mwalsher commented 9 years ago

ping?