Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit 0112b75

Browse files
Re-add employment type - internship
1 parent 3d62ed7 commit 0112b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/job.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class Job < ApplicationRecord
106106
before_validation :generate_unique_id, on: :create
107107
before_validation :strip_whitespace, on: [:create, :update]
108108

109-
enum employment_type: [ :part_time, :full_time, :contract, :freelance, :temporary ]
109+
enum employment_type: [ :part_time, :full_time, :contract, :freelance, :temporary, :internship ]
110110
enum experience: [ :not_applicable, :internship, :entry_level, :associate, :mid_senior_level, :director, :executive ]
111111
enum education: [ :unspecified, :high_school_or_equivalent, :certification, :bachelor_degree, :master_degree, :doctorate, :professional ]
112112
enum payment_term: [ :per_hour, :per_day, :per_month, :per_year, :per_contract ]

0 commit comments

Comments
 (0)