Skip to content

Instantly share code, notes, and snippets.

@gmaliar
Created October 28, 2013 20:54
Show Gist options
  • Save gmaliar/7204495 to your computer and use it in GitHub Desktop.
Save gmaliar/7204495 to your computer and use it in GitHub Desktop.
before_validation :cast_to_integer
def cast_to_integer
condition.map do |a| [a[0], a[1].to_i] end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment