5 lines
95 B
Ruby
5 lines
95 B
Ruby
class MOdrPrimeFile < ApplicationRecord
|
|
belongs_to :m_odr_prime
|
|
belongs_to :m_odr_file
|
|
end
|