smashingboxes / boxcar-generator-archive

A tool for generating Rails applications with the best practices of the Smashing Boxes team.
MIT License
16 stars 2 forks source link

Update README template regarding users #148

Open dacur opened 5 years ago

dacur commented 5 years ago

The template says:

### Seeded logins

For a list of credentials you can use to log into the app, check [the seeds file](db/seeds.rb).
These logins are created via `rails db:setup` above.

There aren't any credentials being made, unless I'm missing something. This should be updated, removed, or the seeds file should create a User with login credentials. 😄

dkniffin commented 5 years ago

Yep, very true. I think I recently updated the seeds file and accidentally removed that part. We should create a user in db/seeds/user.rb