We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 777633a commit 743270dCopy full SHA for 743270d
lib/userstamp/migration_helper.rb
@@ -16,4 +16,4 @@ def userstamps(include_deleted_by = false)
16
end
17
18
19
-ActiveRecord::ConnectionAdapters::Table.send(:include, Ddb::Userstamp::MigrationHelper)
+ActiveRecord::ConnectionAdapters::TableDefinition.send(:include, Ddb::Userstamp::MigrationHelper)
0 commit comments