Ruby on Rails Plural Model Name

后端 未结 3 961
我寻月下人不归
我寻月下人不归 2021-01-01 12:44

I have a domain model that represents flight rules. Flight rules are a collection of regulations under which a flight is performed. Visual Flight Rules, or VFR is one such e

3条回答
  •  爱一瞬间的悲伤
    2021-01-01 13:18

    ActiveSupport::Inflector::Inflections is your friend.

    There is a file config/initializers/inflections.rb, which you can edit. The file contains commented examples, so it should be easy to add your own rules.

提交回复
热议问题