Class: Telephony::WidgetController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- Telephony::WidgetController
- Defined in:
- app/controllers/telephony/widget_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/telephony/widget_controller.rb', line 6 def index render layout: false, content_type: 'application/json' end |