Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <% if @image.new_record? %>
- alert("Failed to upload painting: <%= j @image.errors.full_messages.join(', ').html_safe %>");
- <% else %>
- $("#image").append("<%= j render(@image) %>");
- $("#post_image_id").val("<%= @image.id %>");
- <% end %>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement