Soc/app/models/microposts_tag.rb

7 lines
117 B
Ruby
Raw Permalink Normal View History

2023-10-19 17:35:48 +00:00
# frozen_string_literal: true
class MicropostsTag < ApplicationRecord
belongs_to :micropost
belongs_to :tag
end