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
Hi, I have a common situation: index and show actions both should render an object partial. When I place the code into the corresponding views (index.json.jb and show.json.jb) everything is good, but when I place there any modifications of render partial: 'object', collection: @objects, it renders weird output:
Hi, I have a common situation: index and show actions both should render an object partial. When I place the code into the corresponding views (index.json.jb and show.json.jb) everything is good, but when I place there any modifications of
render partial: 'object', collection: @objects
, it renders weird output:Is it me doing something wrong or is it a bug? Thank you.
Btw, I'm on Ruby 2.3.4 Rails 4.1.1
The text was updated successfully, but these errors were encountered: