Skip to content

Instantly share code, notes, and snippets.

@gertig
Created September 10, 2012 04:04
Show Gist options
  • Save gertig/3688818 to your computer and use it in GitHub Desktop.
Save gertig/3688818 to your computer and use it in GitHub Desktop.
Use remote_avatar_for
<%= form_for @user, :html => {:multipart => true} do |f| %>
<p>
<label>My Avatar URL:</label>
<%= image_tag(@user.avatar_url) if @user.avatar? %>
<%= f.text_field :remote_avatar_url %>
</p>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment