method

append_features

rails latest stable - Class: Rails::Generator::Lookup

Method deprecated or moved

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

append_features(base)
public

No documentation available.

# File railties/lib/rails_generator/lookup.rb, line 51
      def self.append_features(base)
        super
        base.extend(ClassMethods)
        base.use_component_sources!
      end