source_macro()
The macro used by the source association
# File activerecord/lib/active_record/reflection.rb, line 763 def source_macro ActiveSupport::Deprecation.warn( ActiveRecord::Base.source_macro is deprecated and will be removed without replacement..squish) source_reflection.source_macro end