method

proxy_respond_to?

rails latest stable - Class: ActiveRecord::Associations::AssociationCollection

Method deprecated or moved

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

proxy_respond_to?(method, include_private = false)
public

No documentation available.

# File activerecord/lib/active_record/associations/association_collection.rb, line 374
      def proxy_respond_to?(method, include_private = false)
        super || @reflection.klass.respond_to?(method, include_private)
      end