Reputation: 311
I've a question about passing argument with format.js
There's my code (create method):
respond_to do |format|
format.js
end
I would like to know how can i get a variable value in my create.js.erb
Thanks
Upvotes: 0
Views: 525