This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.
owner_quoted_id()
Returns the ID of the owner, quoted if needed.
# File activerecord/lib/active_record/associations/association_proxy.rb, line 281 def owner_quoted_id @owner.quoted_id end