Skip to content

Commit

Permalink
Greehouse Fields Builder (alpha alternative version)
Browse files Browse the repository at this point in the history
  • Loading branch information
patanj101 committed Jul 30, 2024
1 parent f78356c commit 533ded1
Show file tree
Hide file tree
Showing 2 changed files with 624 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/models/concerns/ats/greenhouse/application_fields.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ module Ats
module Greenhouse
module ApplicationFields
def get_application_question_set(job, data)
Importer::GetGreenhouseFields.call(job, data)
# Importer::GetGreenhouseFields.call(job, data)
Importer::GreenhouseFieldsBuilder.call(job, data) # TODO : check before merge
end
end
end
Expand Down
Loading

0 comments on commit 533ded1

Please sign in to comment.