Flowdock
method

included

Importance_0
v7.1.3.2 - Show latest stable - 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: "Do not singularize the model name, even if it appears plural"
      end
Register or log in to add new notes.