Advertisement
BetuUuUu

create.js.erb

Nov 12th, 2013
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 0.24 KB | None | 0 0
  1. <% if @image.new_record? %>
  2.   alert("Failed to upload painting: <%= j @image.errors.full_messages.join(', ').html_safe %>");
  3. <% else %>
  4.   $("#image").append("<%= j render(@image) %>");
  5.   $("#post_image_id").val("<%= @image.id %>");
  6. <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement