intra_app/app/models/i_hebergement_i_website.rb
Nicolas Bally 0bb1993bdd suite
2018-11-10 22:25:56 +01:00

6 lines
107 B
Ruby

class IHebergementIWebsite < ActiveRecord::Base
belongs_to :i_hebergement
belongs_to :i_website
end