Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 518 Bytes

File metadata and controls

15 lines (9 loc) · 518 Bytes

README

Hope you are ready for a shock!

still need to re-implement my work done previously on proffessions

employer_profile is missing

This requires completely new database. Drop your current db and make a new one with different name if you wish to test this branch.

In order to add professions go to rails console and type: Profession.connection and create new professions, 3-4 is enough to test it

Profession.create(name: "Chef") Profession.create(name: "Waiter") Profession.create(name: "Kitchen Porter")