Soc/db/migrate/20240106103226_learning_goa...

6 lines
132 B
Ruby
Raw Permalink Normal View History

2024-01-06 11:10:56 +00:00
class LearningGoalTagAssociation < ActiveRecord::Migration[7.1]
def change
create_join_table :learning_goals, :tags
end
end