metamaps--metamaps/app/models/metacode_set.rb

8 lines
171 B
Ruby
Raw Normal View History

2016-09-24 03:00:46 +00:00
# frozen_string_literal: true
2017-11-25 19:23:47 +00:00
class MetacodeSet < ApplicationRecord
belongs_to :user
has_many :in_metacode_sets
has_many :metacodes, through: :in_metacode_sets
end