$.ajax {
url:
type:
data: whatever we mention here are going to available in param hash inside controller
dataType:
success: () ->
} ** Но я действительно хочу знать, как отправлять данные с помощью параметра remote: true **
<input type="checkbox" data-remote="true" data-url="/check" data-chatid="something" data-method="get">
** Я хочу прочитать data-chatid в контроллере * *