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
Fixes a bug where if params contained expected falsey values, the form would treat them as nil.
for instance form.submit({likes_cat: false}) would set likes_cat to nil instead of false.