method

included

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: "Forces the use of the given model name"
      end