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
👍 the Visit.find_by query does not add account_id where condition, which is perfect
👎 but, during visit.save!, Rails does a Product lookup, to which an account_id where condition is added
In the following code.
👍 the
Visit.find_by
query does not add account_id where condition, which is perfect👎 but, during
visit.save!
, Rails does aProduct
lookup, to which an account_id where condition is addedThe text was updated successfully, but these errors were encountered: