class ActiveForce::Association::HasOneAssociationProjectionBuilder

Public Instance Methods

projections() click to toggle source
# File lib/active_force/association/eager_load_projection_builder.rb, line 70
def projections
  ["(#{query_with_association_fields.to_s})"]
end