method

included

rails latest stable - Class: Rails::Generators::Migration

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

included(base)
public

No documentation available.

# File railties/lib/rails/generators/migration.rb, line 9
      def self.included(base) #:nodoc:
        base.extend ClassMethods
      end