Skip to content

Instantly share code, notes, and snippets.

@laser
Last active August 29, 2015 14:00
Show Gist options
  • Save laser/11302550 to your computer and use it in GitHub Desktop.
Save laser/11302550 to your computer and use it in GitHub Desktop.
payment_frequency:
control:
creator: window.FormHelper.createInput
type: 'hidden'
serializer: (val, $root) ->
freq = $root.find('[name=income_frequency]').find(':selected').val()
if freq == 'Weekly' then 'Bi-weekly' else freq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment