diff --git a/app/models/job.rb b/app/models/job.rb index 93760dc..2aa3774 100644 --- a/app/models/job.rb +++ b/app/models/job.rb @@ -1,5 +1,4 @@ class Job - attr_reader :id, :job_id, :company_id # connect to postgres DB = PG.connect(host: "localhost", port: 5432, dbname: 'contacts')