Guest User

Untitled

a guest
Jul 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. def seed_image(file_name)
  2. File.open(File.join("#{Rails.root}/app/assets/images/#{file_name}"))
  3. end
  4.  
  5. User.create( avatar: seed_image('avatar.jpg'))
Add Comment
Please, Sign In to add comment