Skip to content

Instantly share code, notes, and snippets.

@Hates
Created June 27, 2015 22:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hates/8152dca88a7ffb4e7f68 to your computer and use it in GitHub Desktop.
Save Hates/8152dca88a7ffb4e7f68 to your computer and use it in GitHub Desktop.
<% if @user.errors.any? %>
$("#edit-user-form").html("<%= escape_javascript(render('fields_edit', f: @user)) %>");
<% else %>
$("#user-profile").html("<%= escape_javascript(render('profile')) %>");
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment