Commit 0b5679e5 by Đường Sỹ Hoàng

Fixed new line

parent c965c4c8
...@@ -4,4 +4,4 @@ name = Faker::Name.name ...@@ -4,4 +4,4 @@ name = Faker::Name.name
email = "example-#{n+1}@railstutorial.org" email = "example-#{n+1}@railstutorial.org"
password = "password" password = "password"
User.create!(name: name,email: email,password:password,password_confirmation: password) User.create!(name: name,email: email,password:password,password_confirmation: password)
end end
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment