Flowdock
method

included

Importance_0
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - Class: ModelHelpers
included(base) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.