class ActiveForce::Association::HasManyAssociationProjectionBuilder
Public Instance Methods
projections()
click to toggle source
# File lib/active_force/association/eager_load_projection_builder.rb, line 64 def projections ["(#{query_with_association_fields.to_s})"] end