mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-07 17:53:37 +01:00
haha regexp go brrr special thanks to @seatsea for helping me out with the French locales
4 lines
79 B
Ruby
4 lines
79 B
Ruby
class ListMember < ApplicationRecord
|
|
belongs_to :user
|
|
belongs_to :list
|
|
end
|