]> git.openstreetmap.org Git - rails.git/blob - db/migrate/20250105154621_validate_foreign_key_on_notes.rb
add dir="auto" to linkified links and replicate openstreetmap#5850 in ApplicationHelper
[rails.git] / db / migrate / 20250105154621_validate_foreign_key_on_notes.rb
1 class ValidateForeignKeyOnNotes < ActiveRecord::Migration[7.2]
2   def change
3     validate_foreign_key :notes, :users
4   end
5 end