Class: Telephony::WidgetController

Inherits:
ApplicationController show all
Defined in:
app/controllers/telephony/widget_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/telephony/widget_controller.rb', line 6

def index
  render layout: false, content_type: 'application/json'
end