Skip to content

Instantly share code, notes, and snippets.

@curtis
Created September 26, 2009 23:19
Show Gist options
  • Save curtis/194493 to your computer and use it in GitHub Desktop.
Save curtis/194493 to your computer and use it in GitHub Desktop.
ActiveSupport::Inflector.inflections do |inflect|
inflect.singular(/ess$/i, 'ess')
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment