Skip to content

v0.3.0

Compare
Choose a tag to compare
@ryosk7 ryosk7 released this 25 Jun 11:34

Comming new option 🎉

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