_numbers_only_javascript.rhtml 194 Bytes
<% javascript_tag do %>
  jQuery(".numbers-only").keypress(function(event) {
    var separator = "<%= environment.currency_separator %>"
    return numbersonly(event, separator)
  });
<% end %>