Removed not needed method. Scheduler jobs exists for execution.
This commit is contained in:
parent
cf76971666
commit
b2adc3cf57
1 changed files with 0 additions and 5 deletions
|
@ -209,11 +209,6 @@ class SessionsController < ApplicationController
|
|||
}
|
||||
end
|
||||
|
||||
def delete_old
|
||||
SessionHelper::cleanup_expired
|
||||
render :json => {}
|
||||
end
|
||||
|
||||
def delete
|
||||
return if deny_if_not_role('Admin')
|
||||
SessionHelper::destroy( params[:id] )
|
||||
|
|
Loading…
Reference in a new issue