retrospring/app/models/list_member.rb
Georg Gadinger ea0685136e Rename Groups to Lists
haha regexp go brrr

special thanks to @seatsea for helping me out with the French locales
2020-05-25 18:04:54 +02:00

4 lines
79 B
Ruby

class ListMember < ApplicationRecord
belongs_to :user
belongs_to :list
end