Skip to content

Commit

Permalink
to heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
thai321 committed Sep 29, 2017
1 parent deea34b commit 9474d8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion db/seeds/seed_user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


u6 = User.create(username: 'CSLewis', email: '[email protected]', password: '123456')
u6.image = File.new("#{Rails.root}/app/assets/images/lewis.jpg")
u6.image = File.new("#{Rails.root}/app/assets/images/lewis2.jpg")
u6.save


Expand Down

0 comments on commit 9474d8f

Please sign in to comment.