We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
d746321
It is now possible to specify if the user_id to be scanned is a different column. Like this.
class Gift < ApplicationRecord scanning column_name: "name", change_user_column: "from_user_id" end