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
I got this error undefined method `render' for #<#Class:0xb2df7098:0xb3bc2c18>
In index.js.erb this line cause the error.
// Append new data
$("<%=j render(:partial => 'products', :object => @products) %>").appendTo($(".infinite-table table"));
I put index.js.erb in app/assets/javascripts/
What did I miss?
The text was updated successfully, but these errors were encountered:
I got this error undefined method `render' for #<#Class:0xb2df7098:0xb3bc2c18>
In index.js.erb this line cause the error.
// Append new data
$("<%=j render(:partial => 'products', :object => @products) %>").appendTo($(".infinite-table table"));
I put index.js.erb in app/assets/javascripts/
What did I miss?
The text was updated successfully, but these errors were encountered: