####To-Do List: #####Utility Application with Rake Automation
######Self destructing to-do list that allows users to create their own lists. ######Use Case: Since we don't want to collect junk, the to-do lists will self-desctruct after 7 days.
######Todo.new was built using TDD best practices.
######Add cancan gem to hide sensitive credentials.
######Copy the "config/application.example.yml" file and paste your sensitive credentials within.
######Used 'whenever' game to automate self-destruct rake action.