form_values = new ->
@[f.name] = f.value for f in $ 'input, textarea, select'
this
or
form_values = new class then constructor: ->
@[f.name] = f.value for f in $ 'input, textarea, select'
form_values = new ->
@[f.name] = f.value for f in $ 'input, textarea, select'
this
or
form_values = new class then constructor: ->
@[f.name] = f.value for f in $ 'input, textarea, select'