You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running refinerycms-inquiries (3.0.1) and when I disable the spam detection and try and send an email through the contact form I get the following error
NoMethodError in Refinery::Inquiries::InquiriesController#create
undefined method `ham?' for #<Refinery::Inquiries::Inquiry:0x007ff2940f6de0>
If I remark out the following if statement in inquiries_controller and try again it sends the email fine. if @inquiry.ham? || Inquiries.send_notifications_for_inquiries_marked_as_spam
The text was updated successfully, but these errors were encountered:
I'm running refinerycms-inquiries (3.0.1) and when I disable the spam detection and try and send an email through the contact form I get the following error
If I remark out the following if statement in inquiries_controller and try again it sends the email fine.
if @inquiry.ham? || Inquiries.send_notifications_for_inquiries_marked_as_spam
The text was updated successfully, but these errors were encountered: