course details changes done

This commit is contained in:
gandhimathi 2017-12-12 12:42:29 +05:30
parent 60c109d27b
commit ec00767b4d

View File

@ -35,7 +35,7 @@ class Fees_Status_Controller extends REST_Controller {
$this->methods['getStudentList_post']['limit'] = 1000; // 100 requests per hour per user/key
$this->methods['getStudentList_delete']['limit'] = 50; // 50 requests per hour per user/key
// load the model
$this->load->model('Fees_model', 'Fees_status_model');
$this->load->model('Fees_status_model', 'Fees_model');
}