Retrospring/app/models/list_member.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
79 B
Ruby
Raw Normal View History

class ListMember < ApplicationRecord
belongs_to :user
belongs_to :list
end