app/controllers/extface/devices_controller.rb in extface-0.5.5 vs app/controllers/extface/devices_controller.rb in extface-0.5.6

- old
+ new

@@ -98,9 +98,9 @@ @device = extfaceable.extface_devices.find(params[:id]) end # Only allow a trusted parameter "white list" through. def device_params - params.require(:device).permit(:uuid, :name, :driver_class, :driver_id) + params.require(:device).permit(:uuid, :name, :driver_class, :driver_id, :encoding) end end end