Skip to content

Instantly share code, notes, and snippets.

@joemsak
Created December 11, 2010 20:44
Show Gist options
  • Save joemsak/737637 to your computer and use it in GitHub Desktop.
Save joemsak/737637 to your computer and use it in GitHub Desktop.
<!-- UPDATE THE :image => @example.image PART TO REFLECT YOUR MODEL AND ATTRIBUTE -->
<div class='field'>
<%= f.label :image -%>
<%= render :partial => "/shared/admin/image_picker", :locals => {
:f => f,
:field => :image_id,
:image => @example.image,
:toggle_image_display => false
} %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment