Added a rake task to quickly add a new user manually
I added a simple rake task to the admin.rake
file, which adds a user to the database given first name, last name, password, and email address. I tested it on an install of rails 5 and it worked as expected.