Guest User

Untitled

a guest
Jun 23rd, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. has_attached_file :photo, :styles => { :small => "150x150>" },
  2. :url => "/assets/users/:id/:style/:basename.:extension",
  3. :path => ":rails_root/public/assets/users/:id/:style/:basename.:extension"
Add Comment
Please, Sign In to add comment