Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 603 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 603 Bytes

Contact Importer

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

Heroku Check

Sample User

Email: test@test.com

Password: testtest

Running the Project

  • bundle install
  • bin/setup
  • rails s

Running Specs

  • rspec