Sample Contact Importer
project
- Simple Login/Logout using
has_secure_password
- CSV file import built within two steps: first to check and match respective columns and last to queue the job
- Use
Custom Validators
to create specific business validations -
Import
model to save status and contacts/errors for imports
Sample User
Email: [email protected]
Password: testtest
bundle install
bin/setup
rails s
rspec