Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
6
app/controllers/cron_controller.rb
Normal file
6
app/controllers/cron_controller.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class CronController < ApplicationController
|
||||
def resend_support_requests
|
||||
Cron.resend_support_requests
|
||||
render :nothing => true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user