Flowdock
method

source_macro

Importance_0
v4.2.7 - Show latest stable - 0 notes - Class: AbstractReflection
source_macro() 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/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
Register or log in to add new notes.