Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 389 Bytes

paperclip_images.md

File metadata and controls

25 lines (18 loc) · 389 Bytes

Paperclip Integration

Image Row

show do
  attributes_table do
    image_row :photo
  end
end

Image Column

index do
  image_column :photo, style: :thumb
end

You can pass style attribute matching paperclip's style definition