method

source_macro

rails latest stable - Class: ActiveRecord::Reflection::AbstractReflection

Method deprecated or moved

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

source_macro()
public

No documentation available.

# File activerecord/lib/active_record/reflection.rb, line 166
      def source_macro
        ActiveSupport::Deprecation.warn(          ActiveRecord::Base.source_macro is deprecated and will be removed          without replacement..squish)

        macro
      end