Flowdock
method

generated_feature_methods

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: ActiveRecord::Base
generated_feature_methods() public

No documentation

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

Hide source
# File activerecord/lib/active_record/base.rb, line 406
      def generated_feature_methods
        @generated_feature_methods ||= begin
          mod = const_set(:GeneratedFeatureMethods, Module.new)
          include mod
          mod
        end
      end
Register or log in to add new notes.