Guest User

Untitled

a guest
Feb 19th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. has_attached_file :photo, :styles => { :thumb=> "100x100",:small => "150x150>" } ,
  2. :url => "/images/show/:id/:style/",
  3. :path => "#{RAILS_ROOT}/attachments/:class/:id/:style/:basename.:extension"
Add Comment
Please, Sign In to add comment