選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

inflections.rb 407B

123456789101112
  1. # frozen_string_literal: true
  2. # Be sure to restart your server when you modify this file.
  3. # Add new inflection rules using the following format
  4. # (all these examples are active by default):
  5. # ActiveSupport::Inflector.inflections do |inflect|
  6. # inflect.plural /^(ox)$/i, '\1en'
  7. # inflect.singular /^(ox)en/i, '\1'
  8. # inflect.irregular 'person', 'people'
  9. # inflect.uncountable %w( fish sheep )
  10. # end