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
You have to edit your inflections.rb file under config/initializers/inflections.rb
config/initializers/inflections.rb
ActiveSupport::Inflector.inflections do |inflect| inflect.uncountable %w(flight_rules) end