|
@@ -14,3 +14,6 @@
|
|
|
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
|
# inflect.acronym 'RESTful'
|
|
# inflect.acronym 'RESTful'
|
|
|
# end
|
|
# end
|
|
|
|
|
+ActiveSupport::Inflector.inflections(:en) do |inflect|
|
|
|
|
|
+ inflect.uncountable 'pokemon', 'pokemon'
|
|
|
|
|
+end
|