diff --git a/lib/tasks/nccu.rake b/lib/tasks/nccu.rake index 5dfaad00..b3d5abf0 100644 --- a/lib/tasks/nccu.rake +++ b/lib/tasks/nccu.rake @@ -96,4 +96,8 @@ namespace :nccu do end + + task :consolidate_object_auth => :environment do + ObjectAuth.all.each{|t| t.save} + end end \ No newline at end of file