5 lines
130 B
Ruby
5 lines
130 B
Ruby
class AddChecksStandardsJoinTable < ActiveRecord::Migration[7.2]
|
|
def change
|
|
create_join_table :checks, :standards
|
|
end
|
|
end
|