by using “style” option:
<%= image_tag @user.photo.url(:large), :style => "border: 1px solid red" %>
for further info, please check the API.
by using “style” option:
<%= image_tag @user.photo.url(:large), :style => "border: 1px solid red" %>
for further info, please check the API.