app/controllers/extface/handler_controller.rb in extface-0.0.5 vs app/controllers/extface/handler_controller.rb in extface-0.0.6

- old
+ new

@@ -52,9 +52,13 @@ ensure response.stream.write "failed\n" response.stream.close end + def settings + render text: 'settings' + end + private def device @device ||= extfaceable.extface_devices.find_by(uuid: params[:device_uuid]) end