class ActiveRecord::Reflection::CountLoaderReflection

Public Class Methods

new(name, scope, options, active_record) click to toggle source
Calls superclass method
# File lib/active_record/associations/count_loader.rb, line 20
def initialize(name, scope, options, active_record)
  super(name, scope, options, active_record)
end

Public Instance Methods

macro() click to toggle source
# File lib/active_record/associations/count_loader.rb, line 24
def macro; :count_loader; end