4 lines
60 B
Ruby
4 lines
60 B
Ruby
class ExternalId < ApplicationRecord
|
|
belongs_to :work
|
|
end
|
class ExternalId < ApplicationRecord
|
|
belongs_to :work
|
|
end
|