Added inflection to pluralize was
Signed-off-by: Carlos Coelho <carlos@pencillabs.com>
This commit is contained in:
parent
33247cb690
commit
72c71fc510
1 changed files with 3 additions and 0 deletions
|
|
@ -13,3 +13,6 @@
|
|||
# ActiveSupport::Inflector.inflections do |inflect|
|
||||
# inflect.acronym 'RESTful'
|
||||
# end
|
||||
ActiveSupport::Inflector.inflections do |inflect|
|
||||
inflect.irregular "was", "were"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue