Skip to content

Instantly share code, notes, and snippets.

@benwalsh
Created May 21, 2013 18:14
Show Gist options
  • Save benwalsh/5621981 to your computer and use it in GitHub Desktop.
Save benwalsh/5621981 to your computer and use it in GitHub Desktop.
ActiveSupport::Inflector.inflections do |inflect|
inflect.singular 'BillingAddress', 'BillingAddress'
inflect.plural 'billing_address', 'billing_addresses'
inflect.singular 'billing_addresses', 'billing_address'
inflect.singular 'billing_address', 'billing_address'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment