Skip to content

Commit

Permalink
Write rake task that runs the people update
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomTannenbaum committed Jun 28, 2024
1 parent 8c8e0e4 commit dd0bacd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/tasks/ptime.rake
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ namespace :ptime do
task :evaluate_assign => :environment do
Ptime::AssignEmployeeIds.new.run
end

desc 'update person data with the data from ptime'
task :update_people => :environment do
Ptime::UpdatePeopleData.new.run
end
end

0 comments on commit dd0bacd

Please sign in to comment.