Skip to content

Instantly share code, notes, and snippets.

@asterion
Created May 17, 2017 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asterion/8e38a78d8fb299b60553f819813dbae4 to your computer and use it in GitHub Desktop.
Save asterion/8e38a78d8fb299b60553f819813dbae4 to your computer and use it in GitHub Desktop.
seed con imagenes
admin = Admin.new
admin.email = 'admin@example.com'
admin.password = 'xxxxxxx'
admin.password_confirmation = 'xxxxxxx'
admin.image = File.new(open("#{Rails.root}/public/images/pic33.jpg"))
admin.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment