5 lines
154 B
Ruby
5 lines
154 B
Ruby
class RNAInformation < ActiveRecord::Base
|
|
belongs_to :entreprise
|
|
|
|
validates :association_id, presence: true, allow_blank: false, allow_nil: false
|
|
end
|