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
Just notice a bug with latest version 2.5.0 with polymorphic association
This works: β <input name="q[taskable_of_Product_type_name_eq]"
This not β <input name="q[taskable_of_product_type_name_eq]" (notice product with lowercase)
--> and boom π₯ wrong constant name product
It would be nice to string#capitalize
The text was updated successfully, but these errors were encountered:
Hey π
Just notice a bug with latest version 2.5.0 with polymorphic association
This works: β
<input name="q[taskable_of_Product_type_name_eq]"
This not β
<input name="q[taskable_of_product_type_name_eq]"
(noticeproduct
with lowercase)--> and boom π₯
wrong constant name product
It would be nice to
string#capitalize
The text was updated successfully, but these errors were encountered: