format.js argument
I've a question about passing argument with format.js
开发者_JAVA技巧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
Method is the same as in create.html.erb
<% @user.name %>
精彩评论