lib/noodall/templates/config/initializers/inflections.rb in noodall-0.1.0 vs lib/noodall/templates/config/initializers/inflections.rb in noodall-0.2.0.pre.1

- old
+ new

@@ -6,5 +6,10 @@ # inflect.plural /^(ox)$/i, '\1en' # inflect.singular /^(ox)en/i, '\1' # inflect.irregular 'person', 'people' # inflect.uncountable %w( fish sheep ) # end +# +# These inflection rules are supported but not enabled by default: +# ActiveSupport::Inflector.inflections do |inflect| +# inflect.acronym 'RESTful' +# end