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
This bug is still present in the latest version of jbuilder (2.11.5). In addtion , in my case i am getting addtional key ==
Here is part of the output generated.
those two unwanted lines are generated by the following line in code. json.responses_count institution_sport.responses_orgs.completed.count.to_i unless institution_sport.responses_orgs.blank?
For whatever reason , the key-value responses_count: 1 , that you see in the above screenshot does not print if i remove the to_i at the end. This might be an unrelated bug , but I mentioned it here , since it's happening due to the same line of code.
Hi, I'm using rails version 5.0.2 and jbuilder 2.6.3
Im having same problem as #116 , What could be possibly happening? because this bug was fixed
here is my view.json.jbuilder
and here is my json output: note the is_a? 2 times, appears as first attribute in
extract!
andjson.(@booking,
methodsThanks in advance
The text was updated successfully, but these errors were encountered: