aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/referential_suite.rb
blob: 9fd25ef3fbde17ed821c20c6962c37900f39aaeb (plain)
1
2
3
4
5
6
class ReferentialSuite < ActiveRecord::Base
  belongs_to :new, class_name: 'Referential'
  belongs_to :current, class_name: 'Referential'

  has_many :referentials
end