abritium_paysage_app/app/models/keynumber_content.rb
Nicolas Bally ad337f221c initial
2020-02-17 18:54:26 +01:00

9 lines
141 B
Ruby

class KeynumberContent < ActiveRecord::Base
belongs_to :image_file
has_one :portlet, :as => :content, :dependent => :destroy
end