method

inherited_with_options

rails latest stable - Class: Rails::Generator::Options::ClassMethods

Method deprecated or moved

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

inherited_with_options(sub)
public

No documentation available.

# File railties/lib/rails_generator/options.rb, line 17
        def inherited_with_options(sub)
          inherited_without_options(sub) if respond_to?(:inherited_without_options)
          sub.extend(Rails::Generator::Options::ClassMethods)
        end