method

included

rails latest stable - Class: Rails::Generators::ModelHelpers
included(base)
public

No documentation available.

# File railties/lib/rails/generators/model_helpers.rb, line 21
      def self.included(base) # :nodoc:
        base.class_option :force_plural, type: :boolean, default: false,
          desc: "Do not singularize the model name, even if it appears plural"
      end