method

source_macro

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