Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v4.0.2) is shown here.
aliased_primary_key()
public
The alias for the primary key of the active_record’s table
# File activerecord/lib/active_record/associations/join_dependency/join_part.rb, line 48
def aliased_primary_key
"#{aliased_prefix}_r0"
end