Class: Telephony::CallCentersController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Telephony::CallCentersController
- Defined in:
- app/controllers/telephony/call_centers_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 |
# File 'app/controllers/telephony/call_centers_controller.rb', line 5 def index render json: CallCenter.all end |