Soc/db/migrate/20240106103226_learning_goa...

6 lines
132 B
Ruby

class LearningGoalTagAssociation < ActiveRecord::Migration[7.1]
def change
create_join_table :learning_goals, :tags
end
end